We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e046e9d commit 3b66c54Copy full SHA for 3b66c54
.github/workflows/ci.yml
@@ -18,7 +18,6 @@ env:
18
monaco: packages/monaco
19
sw: packages/transpilation/
20
NODE_OPTIONS: "--max-old-space-size=4096 --trace-warnings --unhandled-rejections=strict"
21
- NODE_VERSION: "18.17"
22
TURBO_API: http://127.0.0.1:9080
23
TURBO_TOKEN: this-is-not-a-secret
24
TURBO_TEAM: myself
.node-version
@@ -0,0 +1 @@
1
+18.17
.npmrc
@@ -1,3 +1,4 @@
+node-version = 20.11.1
2
registry = https://registry.npmjs.org
3
ignore-scripts = true
4
package.json
@@ -35,7 +35,7 @@
35
},
36
"volta": {
37
"node": "20.11.1",
38
- "pnpm": "8.15.4"
+ "pnpm": "8.15.5"
39
40
"pnpm": {
41
"overrides": {
0 commit comments