Skip to content

Commit

Permalink
chore: update missed node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed May 13, 2024
1 parent 1618132 commit e3b5d5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14
18.19
2 changes: 1 addition & 1 deletion packages/input-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
]
},
"engines": {
"node": "^16.14"
"node": "^18.19"
},
"files": [
"/dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/input-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"generate-schema-types": "node ./scripts/schema-types.mjs"
},
"engines": {
"node": "^16.14"
"node": "^18.19"
},
"lint-staged": {
"*.{css,json,md,scss}": [
Expand Down

0 comments on commit e3b5d5e

Please sign in to comment.