Skip to content

Commit 1a3f690

Browse files
authored
Change npm install to npm ci in workflow
1 parent cd08f73 commit 1a3f690

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: '22'
2020
- run: node -v
21-
- name: Npm install
22-
run: npm install
21+
- name: Install npm packages
22+
run: npm ci
2323
- name: Run Tests
2424
run: npm run test

0 commit comments

Comments
 (0)