We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd08f73 commit 1a3f690Copy full SHA for 1a3f690
1 file changed
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: '22'
20
- run: node -v
21
- - name: Npm install
22
- run: npm install
+ - name: Install npm packages
+ run: npm ci
23
- name: Run Tests
24
run: npm run test
0 commit comments