We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8501bce commit f0723f6Copy full SHA for f0723f6
.github/workflows/build.yaml
@@ -22,7 +22,7 @@ jobs:
22
node-version: "22"
23
24
- name: Install dependencies
25
- run: npm install
+ run: npm ci
26
27
- name: Run tests
28
run: npm test
0 commit comments