Skip to content

Bump debug from 4.1.1 to 4.3.4 #24

Bump debug from 4.1.1 to 4.3.4

Bump debug from 4.1.1 to 4.3.4 #24

Workflow file for this run

name: setup-ninja
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: test
runs-on: ${{ matrix.image }}
strategy:
matrix:
image: [ 'windows-latest', 'ubuntu-latest', 'macos-latest' ]
version: [ '1.9.0', '1.10.2' ]
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
- uses: ./
with:
version: '${{ matrix.version }}'
- shell: bash
run: '[ "$(ninja --version)" == "${{ matrix.version }}" ]'