Skip to content

Commit

Permalink
feat(engine): update minimum require node.js version to 18 (#725)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: update minimum Node.js version to 18
  • Loading branch information
Igo Lapa committed May 4, 2023
1 parent 53427d5 commit ee21349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ executors:
node-executor:
working_directory: *working_directory
docker:
- image: cimg/node:14.21
- image: cimg/node:18.16

commands:
save_deps_cache:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lts/fermium
lts/hydrogen

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"typescript": "4.9.5"
},
"engines": {
"node": ">=14.*"
"node": ">=18.*"
},
"release": {
"plugins": [
Expand Down

0 comments on commit ee21349

Please sign in to comment.