Skip to content

Commit

Permalink
Upgrade to Node 20. Fix #340
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Nov 14, 2023
1 parent 480213e commit 38fd75d
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
20
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "",
"engines": {
"node": "^16"
"node": "^20"
},
"scripts": {
"start": "webpack --mode=development --watch --progress",
Expand Down

0 comments on commit 38fd75d

Please sign in to comment.