Skip to content

Bump @actions/core from 1.2.6 to 1.9.1 (#14) #26

Bump @actions/core from 1.2.6 to 1.9.1 (#14)

Bump @actions/core from 1.2.6 to 1.9.1 (#14) #26

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 }}" ]'