Skip to content

Commit

Permalink
build: upgrade node and pnpm on GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcanessa committed Feb 13, 2024
1 parent 4ad56df commit 2c87e67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2
with:
version: 7
version: 8
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 2c87e67

Please sign in to comment.