Pin dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user