Skip to content

ci(action): update actions/checkout digest to df4cb1c #454

ci(action): update actions/checkout digest to df4cb1c

ci(action): update actions/checkout digest to df4cb1c #454

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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/setup-node@v6
with:
cache: npm
node-version: 24
- run: npm ci
- run: npm test