Skip to content

Commit 595882d

Browse files
committed
chore: update nodejs.yml to fix CI
1 parent 531118a commit 595882d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: "npm"
4444

4545
- name: Install dependencies
46-
run: npm ci
46+
run: npm install
4747

4848
- name: Lint
4949
run: npm run lint
@@ -90,7 +90,7 @@ jobs:
9090
cache: "npm"
9191

9292
- name: Install dependencies
93-
run: npm ci
93+
run: npm install
9494

9595
- name: Install webpack ${{ matrix.webpack-version }}
9696
if: matrix.webpack-version != 'latest'

0 commit comments

Comments
 (0)