Skip to content

Commit

Permalink
build: bump node/pnpm versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-haynes committed Jun 18, 2024
1 parent bd747fa commit 4a9df45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 7
version: 8

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm

- name: Install dependencies
Expand Down

0 comments on commit 4a9df45

Please sign in to comment.