Skip to content

Commit

Permalink
chore(node): change the node version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Asuka committed Aug 23, 2024
1 parent 787bdd6 commit 00fe295
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">=18"
"node": "18"
},
"dependencies": {
"@inquirer/prompts": "^5.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"main": "background.js",
"engines": {
"node": ">=16"
"node": "16"
},
"dependencies": {
"appdata-path": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "vue-cli-service lint"
},
"engines": {
"node": ">=16"
"node": "16"
},
"dependencies": {
"@gtm-support/vue2-gtm": "^1.3.0",
Expand Down

0 comments on commit 00fe295

Please sign in to comment.