Skip to content

Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group #112

Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group

Bump actions/checkout from 5.0.0 to 6.0.0 in the github-actions group #112

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version: '20.x'
- run: npm install
- run: npm run build
- run: npm test
- run: npx knip