Skip to content

Commit

Permalink
fixed npm errors in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Oct 2, 2023
1 parent 8aa7df4 commit bd8bba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Install faster package manager
run: npm ci -g pnpm
run: npm i -g pnpm

- name: Install dependencies from package.json
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}

- name: Install faster package manager
run: npm ci -g pnpm
run: npm i -g pnpm

- name: Install dependencies from package.json
run: pnpm install
Expand Down

0 comments on commit bd8bba9

Please sign in to comment.