Skip to content

Commit

Permalink
ci: fix pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianCataldo committed Oct 15, 2023
1 parent 9dd9dbb commit 684697e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
node-version: 'lts/*'

- name: Setup PNPM 7
uses: pnpm/action-setup@v2.2.2
- name: Setup PNPM 8.5.1
uses: pnpm/action-setup@v2.4.0
with:
version: 7.1.7
version: 8.5.1

- name: Install dependencies
run: pnpm install --frozen-lockfile
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@
"unified": "10.1.2",
"vfile-message": "3.1.4",
"webdev-configs": "1.5.0"
}
},
"packageManager": "pnpm@8.5.1"
}

0 comments on commit 684697e

Please sign in to comment.