Skip to content

Commit

Permalink
Fix pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jun 29, 2024
1 parent bbfe735 commit 85dfc41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
uses: pnpm/action-setup@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version-file: .nvmrc
cache: pnpm
- name: Install Packages
run: pnpm install --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.15.0

0 comments on commit 85dfc41

Please sign in to comment.