Skip to content

Commit

Permalink
use version 8 pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahKotyluk committed Nov 30, 2023
1 parent 1d8afc7 commit b749675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 7
version: 8

- name: Install dependencies
run: pnpm install
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 7
version: 8

- name: Install dependencies
run: pnpm install
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 7
version: 8

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit b749675

Please sign in to comment.