Skip to content

Commit

Permalink
ci(web.yml): Update pnpm v9 Nodejs20
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwite authored Oct 10, 2024
1 parent 79cc4f7 commit 3e9b200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20

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

- name: Get pnpm store directory
Expand Down

0 comments on commit 3e9b200

Please sign in to comment.