Skip to content

Commit 8b52fee

Browse files
authored
ci: use npm ci to install dependencies (#1039)
1 parent d991c6a commit 8b52fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
cache: "npm"
9090

9191
- name: Install dependencies
92-
run: npm i
92+
run: npm ci
9393

9494
- name: Install webpack ${{ matrix.webpack-version }}
9595
if: matrix.webpack-version != 'latest'
@@ -127,7 +127,7 @@ jobs:
127127
cache: "npm"
128128

129129
- name: Install dependencies
130-
run: npm i
130+
run: npm ci
131131

132132
- name: Run tests for webpack version latest with experimentalUseImportModule
133133
run: npm run test:coverage -- --ci

0 commit comments

Comments
 (0)