Skip to content

Commit 0f1de16

Browse files
ahnpnlanh.pham
andauthored
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

3 files changed

Lines changed: 24 additions & 18 deletions

File tree

e2e/transform-js/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 17 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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)