Pin dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2026-02-22 06:01:36 +00:00
parent 5e7369cd25
commit 136e83c646
3 changed files with 9 additions and 9 deletions

View File

@@ -7,13 +7,13 @@ when:
steps:
- name: lint
image: node:24-slim
image: node:24-slim@sha256:a81a03dd965b4052269a57fac857004022b522a4bf06e7a739e25e18bce45af2
commands:
- npm ci
- npm run lint
- name: test-coverage
image: node:24-slim
image: node:24-slim@sha256:a81a03dd965b4052269a57fac857004022b522a4bf06e7a739e25e18bce45af2
commands:
- npm ci
- npm run test:coverage