Skip to content

Commit

Permalink
feat: drop Node 12 and Node 17 support (#3787)
Browse files Browse the repository at this point in the history
BREAKING CHANGE
Only Node 14, 16 and 18 are supported

Co-authored-by: anh.pham <anh.pham@cm.com>
  • Loading branch information
ahnpnl and anh.pham committed Sep 1, 2022
1 parent 4ebacd7 commit 0f1de16
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 18 deletions.
12 changes: 6 additions & 6 deletions e2e/transform-js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 17 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -144,6 +144,6 @@
]
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
}
}

0 comments on commit 0f1de16

Please sign in to comment.