Skip to content

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

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

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

Workflow file for this run

name: Test
"on":
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
- uses: actions/setup-node@v6
with:
node-version: lts/*
- run: npm ci
- run: npm test