feat: update to node 22, pnpm 10
This commit is contained in:
parent
316e5b501f
commit
2a1c795d46
4 changed files with 10 additions and 10 deletions
4
.github/workflows/push.yaml
vendored
4
.github/workflows/push.yaml
vendored
|
|
@ -16,12 +16,12 @@ jobs:
|
|||
- name: Install node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 9
|
||||
version: 10
|
||||
run_install: false
|
||||
|
||||
- name: Get pnpm store directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue