Skip to content

ci(action): update actions/checkout action to v6 #127

ci(action): update actions/checkout action to v6

ci(action): update actions/checkout action to v6 #127

Workflow file for this run

name: Test
"on":
push:
branches:
- main
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm test