Skip to content

Commit 461019f

Browse files
authored
chore: use node 22 on the repo (lerna#4201)
1 parent deee2f8 commit 461019f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/other-node-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: node-matrix
2828
# These versions intentionally do not contain our primary major version because that has already been tested by ci.yml
2929
run: |
30-
NODE_VERSIONS_JSON_ARRAY=$(node -e "console.log(JSON.stringify(['18']));")
30+
NODE_VERSIONS_JSON_ARRAY=$(node -e "console.log(JSON.stringify(['20']));")
3131
echo $NODE_VERSIONS_JSON_ARRAY
3232
echo "node-versions=$NODE_VERSIONS_JSON_ARRAY" >> $GITHUB_OUTPUT
3333

libs/commands/import/jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export default {
33
preset: "../../../jest.preset.js",
44
coverageDirectory: "../../../coverage/libs/commands/import",
55
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json"],
6+
testTimeout: 60000,
67
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"packages/legacy-structure/commands/create"
88
],
99
"volta": {
10-
"node": "20.18.3",
10+
"node": "22.17.1",
1111
"yarn": "1.22.19"
1212
},
13-
"packageManager": "npm@10.8.0",
13+
"packageManager": "npm@10.9.2",
1414
"engines": {
1515
"node": ">=18.0.0"
1616
},

0 commit comments

Comments
 (0)