Skip to content

Commit 0f1de16

Browse files
ahnpnlanh.pham
and
anh.pham
authoredSep 1, 2022
feat: drop Node 12 and Node 17 support (#3787)
BREAKING CHANGE Only Node 14, 16 and 18 are supported Co-authored-by: anh.pham <anh.pham@cm.com>
1 parent 4ebacd7 commit 0f1de16

File tree

3 files changed

+24
-18
lines changed

3 files changed

+24
-18
lines changed
 

‎e2e/transform-js/package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package-lock.json

+17-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,6 @@
144144
]
145145
},
146146
"engines": {
147-
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
147+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
148148
}
149149
}

0 commit comments

Comments
 (0)
Please sign in to comment.