Skip to content

Commit

Permalink
chore: adds engines and volta pnpm update to package
Browse files Browse the repository at this point in the history
and updates the github pnpm action.yaml accordingly
  • Loading branch information
joelamb committed Jun 19, 2023
1 parent f594c15 commit 53380c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/pnpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: pnpm/[email protected]
with:
version: 7
version: 7.32.5
- uses: actions/setup-node@v3
with:
cache: 'pnpm'
Expand Down
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,15 @@
}
}
},
"engines" : {
"node": ">=16",
"pnpm": ">=7.24.2 <7.33.0"
},
"engines:comment": {
"pnpm": "Our lock file version is 6. PNPM 7.24.2 is the first PNPM version to support version 6 lock files. PNPM 7.33.0 adds support for version 6.1 lock files, so using it results in a `pnpm-lock.yaml` diff."
},
"volta": {
"node": "18.16.0"
"node": "18.16.0",
"pnpm": "7.32.5"
}
}

0 comments on commit 53380c4

Please sign in to comment.