Skip to content

Commit

Permalink
chore(web): update node version (#955)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 authored Apr 9, 2024
1 parent b77f586 commit 5d1bafc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20.11.0
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"gen:doc:plugin": "ts-node -O '{\"module\":\"CommonJS\"}' ./bin/pluginDoc"
},
"engines": {
"node": ">=18"
"node": ">=20.11.0"
},
"lint-staged": {
"**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}": "eslint --fix"
Expand Down

0 comments on commit 5d1bafc

Please sign in to comment.