Skip to content

ci(action): update actions/checkout digest to 93cb6ef #384

ci(action): update actions/checkout digest to 93cb6ef

ci(action): update actions/checkout digest to 93cb6ef #384

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