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 6864557 commit 38a3b2eCopy full SHA for 38a3b2e
.github/workflows/main.yml
@@ -26,12 +26,12 @@ jobs:
26
- name: Install Node.js 16.x
27
uses: actions/setup-node@v4
28
with:
29
- node-version: '16'
+ node-version: 20
30
31
- - name: Install pnpm 7.x
+ - name: Install pnpm
32
uses: pnpm/action-setup@v3.0.0
33
34
- version: 7
+ version: 8
35
run_install: false
36
37
- name: Get pnpm store directory
package.json
@@ -4,7 +4,7 @@
4
"version": "0.5.0",
5
"private": true,
6
"engines": {
7
- "node": ">=20.11.0"
+ "node": ">=20.9.0"
8
},
9
"type": "module",
10
"dependencies": {
@@ -74,4 +74,4 @@
74
]
75
76
"packageManager": "pnpm@8.15.3"
77
-}
+}
0 commit comments