Skip to content

Commit ea8cc59

Browse files
committed
build: Bump node to 18.20.3
I noticed that locally the node-integration-tests that check versions fail, because in the SDK we use 18.18.0, we only check for "If node.major >= 18", and then get an incorrect test because actually in code we check the minor too. Instead of adjust this, IMHO it's better to update this. This also never failed on CI because there we do use latest 18 for the matix tests...
1 parent 005f40d commit ea8cc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"yalc:publish": "lerna run yalc:publish"
4242
},
4343
"volta": {
44-
"node": "18.18.0",
44+
"node": "18.20.3",
4545
"yarn": "1.22.19"
4646
},
4747
"workspaces": [

0 commit comments

Comments
 (0)