Skip to content

Update actions dependencies #36

Update actions dependencies

Update actions dependencies #36

Workflow file for this run

name: Test
on:
push:
branches: ['main']
paths-ignore: ['**/*.md', '**/*.yml', '!.github/workflows/test.yml']
pull_request:
paths-ignore: ['**/*.md', '**/*.yml', '!.github/workflows/test.yml']
concurrency:
cancel-in-progress: true
group: test-${{ github.event.pull_request.number || github.sha }}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm test