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 95b25cf commit 5c36df6Copy full SHA for 5c36df6
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: 18
+ node-version: 18.20.8
18
- uses: pnpm/action-setup@v4
19
20
run_install: |
package.json
@@ -74,7 +74,7 @@
74
}
75
},
76
"engines": {
77
- "node": ">= 18.20.0",
+ "node": ">= 18.20.8",
78
"pnpm": ">= 10.10.0"
79
80
"packageManager": "[email protected]+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
0 commit comments