Skip to content

Commit 4268c06

Browse files
authored
chore: update node version in docker build (#3603)
The optional chaining operator requires a supported node. Also updates the engines field where defined to reflect this. BREAKING CHANGE: Minimum supported node version is 14
1 parent aaa3d04 commit 4268c06

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
@@ -84,7 +84,7 @@
8484
"rimraf": "^3.0.2"
8585
},
8686
"engines": {
87-
"node": ">=10.3.0",
87+
"node": ">=14.0.0",
8888
"npm": ">=3.0.0"
8989
},
9090
"contributors": [

0 commit comments

Comments
 (0)