Skip to content

Commit

Permalink
pnpm@9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 11, 2024
1 parent a77b7f7 commit e66063d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ name: Prepare
runs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 9.5.0
- uses: actions/setup-node@v3
with:
cache: pnpm
node-version: "18"
node-version: "22"
- run: pnpm install --frozen-lockfile
shell: bash
using: composite
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"typescript": "^5.5.3",
"yaml-eslint-parser": "^1.2.3"
},
"packageManager": "pnpm@8.2.0",
"engines": {
"node": ">=14"
}
Expand Down

0 comments on commit e66063d

Please sign in to comment.