Skip to content

Commit

Permalink
update node and pnpm in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vboulaye committed Oct 27, 2024
1 parent 91f889b commit 6bad5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 22

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit 6bad5cc

Please sign in to comment.