Skip to content

Commit

Permalink
update node to v20 and pnpm v9
Browse files Browse the repository at this point in the history
  • Loading branch information
zaibon committed May 16, 2024
1 parent e02c15f commit 5cbd96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'

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

- name: Get pnpm store directory
Expand Down

0 comments on commit 5cbd96e

Please sign in to comment.