Skip to content

Commit

Permalink
update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed May 21, 2024
1 parent b9711ff commit ef85746
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.2
20.13.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://github.com/cables-gl/cables_dev#readme",
"dependencies": {
"concurrently": "4.1.1",
"pm2": "5.2.2",
"pm2": "5.3.0",
"tree-kill": "1.2.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion shared/api/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 shared/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"main": "index.js",
"engines": {
"node": "18.14.2"
"node": "20.13.1"
},
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion shared/client/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 shared/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"main": "index.js",
"engines": {
"node": "18.14.2"
"node": "20.13.1"
},
"type": "module",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion shared/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 shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "git+https://github.com/cables-gl/cables_dev.git"
},
"engines": {
"node": "18.14.2"
"node": "20.13.1"
},
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit ef85746

Please sign in to comment.