Skip to content

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 b801b26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/actions/setup-job/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ runs:
- uses: pnpm/action-setup@v2
with:
run_install: false
version: latest

# Utils

Expand All @@ -172,7 +171,9 @@ runs:
id: pnpm
shell: bash
run: |
echo "cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
echo 'cache_dir<<EOF' >> $GITHUB_OUTPUT
pnpm store path >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
echo "version=$(pnpm --version)" >> $GITHUB_OUTPUT
- name: NX Cloud Envs
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": "pnpm@8.0.0",
"private": true,
"dependencies": {
"@nrwl/cypress": "15.7.1",
Expand Down

0 comments on commit b801b26

Please sign in to comment.