Pin dependencies

This commit is contained in:
2026-02-22 20:25:20 +00:00
parent 5e7369cd25
commit e396a4db79
4 changed files with 14 additions and 448 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