Skip to content

Commit

Permalink
Upgrade corepack/pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Feb 14, 2025
1 parent a515019 commit 9c22d10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Enable corepack
run: corepack enable

- name: Setup node
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'pnpm'

- uses: pnpm/action-setup@v4
with:
run_install: true
- name: Install dependencies
run: pnpm install

- name: Create Release
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@
"released"
]
},
"packageManager": "pnpm@9.1.1"
"packageManager": "pnpm@10.4.0+sha512.6b849d0787d97f8f4e1f03a9b8ff8f038e79e153d6f11ae539ae7c435ff9e796df6a862c991502695c7f9e8fac8aeafc1ac5a8dab47e36148d183832d886dd52"
}

0 comments on commit 9c22d10

Please sign in to comment.