Skip to content

Commit f3ac155

Browse files
committed
add missing for last commit
1 parent 971b984 commit f3ac155

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
- name: Install Node.js
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 20
25+
node-version: 22
2626
# - name: Install PNPM
2727
# run: |
2828
# npm add -g pnpm
2929
- uses: pnpm/action-setup@v2
3030
name: Install pnpm
3131
id: pnpm-install
3232
with:
33-
version: 9
33+
version: 10
3434
run_install: false
3535
- name: Get pnpm store directory
3636
id: pnpm-cache

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
"svgo": "^4.0.0",
2626
"tldts": "^7.0.16",
2727
"tsx": "^4.20.6"
28-
}
28+
},
29+
"packageManager": "[email protected]"
2930
}

0 commit comments

Comments
 (0)