Skip to content

chore: bump the development-dependencies group across 1 directory wit… #9

chore: bump the development-dependencies group across 1 directory wit…

chore: bump the development-dependencies group across 1 directory wit… #9

Workflow file for this run

name: CI

Check failure on line 1 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

(Line: 9, Col: 5): Unexpected value 'fail-fast'
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
fail-fast: false
strategy:
matrix:
node-version:
- 24
- 22
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test