Skip to content

Commit

Permalink
build: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jan 15, 2024
1 parent 73184b4 commit 7bdf052
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 @@ -43,7 +43,7 @@ jobs:
cache: "npm"

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

- name: Lint
run: npm run lint
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
cache: "npm"

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

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

0 comments on commit 7bdf052

Please sign in to comment.