Skip to content

Commit

Permalink
ci: use npm ci to install dependencies (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Jun 11, 2023
1 parent d991c6a commit 8b52fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
cache: "npm"

- name: Install dependencies
run: npm i
run: npm ci

- name: Install webpack ${{ matrix.webpack-version }}
if: matrix.webpack-version != 'latest'
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
cache: "npm"

- name: Install dependencies
run: npm i
run: npm ci

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

0 comments on commit 8b52fee

Please sign in to comment.