We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971b984 commit f3ac155Copy full SHA for f3ac155
.github/workflows/build.yaml
@@ -22,15 +22,15 @@ jobs:
22
- name: Install Node.js
23
uses: actions/setup-node@v3
24
with:
25
- node-version: 20
+ node-version: 22
26
# - name: Install PNPM
27
# run: |
28
# npm add -g pnpm
29
- uses: pnpm/action-setup@v2
30
name: Install pnpm
31
id: pnpm-install
32
33
- version: 9
+ version: 10
34
run_install: false
35
- name: Get pnpm store directory
36
id: pnpm-cache
package.json
@@ -25,5 +25,6 @@
"svgo": "^4.0.0",
"tldts": "^7.0.16",
"tsx": "^4.20.6"
- }
+ },
+ "packageManager": "[email protected]"
}
0 commit comments