Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
build: update required pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Apr 3, 2023
1 parent b5652bf commit 63bf675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-job/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ runs:
- uses: pnpm/action-setup@v2
with:
run_install: false
version: latest
version: 8

# Utils

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
},
"license": "MIT",
"engines": {
"pnpm": ">=7"
"pnpm": ">=8"
},
"volta": {
"node": "18.15.0"
},
"packageManager": "[email protected]",
"private": true,
"dependencies": {
"@nrwl/cypress": "15.7.1",
Expand Down

0 comments on commit 63bf675

Please sign in to comment.