Skip to content

Commit

Permalink
build: update versions on pull-request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Aug 19, 2024
1 parent 1defd49 commit ba2a81e
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 @@ -23,12 +23,12 @@ jobs:
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 7
version: 9.4.0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.15.0

- name: Install Dependencies
run: pnpm install
Expand Down

0 comments on commit ba2a81e

Please sign in to comment.