Skip to content

Commit

Permalink
build: upgrade node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
laske185 committed Aug 23, 2023
1 parent 7f4eb9b commit 02f9709
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
uses: actions/setup-node@v3
with:
# cache: pnpm
node-version: 16
- uses: pnpm/action-setup@v2
name: Install pnpm
node-version: 18
- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 7
version: 8
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit 02f9709

Please sign in to comment.