Skip to content

Commit 3b66c54

Browse files
specify node-version (#1372)
* specify node-version * Update
1 parent e046e9d commit 3b66c54

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ env:
1818
monaco: packages/monaco
1919
sw: packages/transpilation/
2020
NODE_OPTIONS: "--max-old-space-size=4096 --trace-warnings --unhandled-rejections=strict"
21-
NODE_VERSION: "18.17"
2221
TURBO_API: http://127.0.0.1:9080
2322
TURBO_TOKEN: this-is-not-a-secret
2423
TURBO_TEAM: myself

.node-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.17

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
node-version = 20.11.1
12
registry = https://registry.npmjs.org
23
ignore-scripts = true
34

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"volta": {
3737
"node": "20.11.1",
38-
"pnpm": "8.15.4"
38+
"pnpm": "8.15.5"
3939
},
4040
"pnpm": {
4141
"overrides": {

0 commit comments

Comments
 (0)