Skip to content

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

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

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

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@v4
with:
node-version: 24
cache: npm
- name: Install
run: npm ci
- name: Test
run: npm test