Skip to content

Commit

Permalink
update gh actions to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
emiljohansson committed Dec 25, 2024
1 parent 476474d commit 61c14fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 7
version: 9

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 7.1.7
version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 61c14fe

Please sign in to comment.