Skip to content

Commit

Permalink
Update to nodejs 18
Browse files Browse the repository at this point in the history
Nodejs 16 is EOL since October 2023
  • Loading branch information
rnestler committed Jul 17, 2024
1 parent 4da724b commit abd63e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.19.0
nodejs 18.20.4
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"typescript": "4.8.4"
},
"engines": {
"node": "~16.20.0"
"node": "~18.20.0"
},
"files": [
"/autocomplete-scripts",
Expand Down Expand Up @@ -338,7 +338,7 @@
},
"update": {
"node": {
"version": "16.20.2"
"version": "18.20.4"
},
"s3": {
"xz": true,
Expand Down

0 comments on commit abd63e8

Please sign in to comment.