Skip to content

Commit

Permalink
bump pnpm to v9 (#13630)
Browse files Browse the repository at this point in the history
* bump pnpm to v9

* fix missing v9 pnpms

* set more restrictive node and pnpm in split tests
  • Loading branch information
RensR authored Jun 24, 2024
1 parent 253a962 commit e48ff66
Show file tree
Hide file tree
Showing 19 changed files with 6,094 additions and 4,723 deletions.
2 changes: 1 addition & 1 deletion .github/actions/delete-deployments/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
steps:
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
with:
version: ^8.0.0
version: ^9.0.0

- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/delete-deployments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@octokit/action": "^6.1.0",
Expand Down
Loading

0 comments on commit e48ff66

Please sign in to comment.