Skip to content

Commit

Permalink
Merge pull request #142 from FabricLabs/feature/node-18
Browse files Browse the repository at this point in the history
Upgrade to Node 18
  • Loading branch information
martindale authored Jan 1, 2024
2 parents fbf49a2 + 1a10466 commit eb4c07c
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.17.1
v18.19.0
240 changes: 217 additions & 23 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "tests"
},
"engines": {
"node": "16.17.1"
"node": "18.19.0"
},
"scripts": {
"audit": "npm audit --json --level critical > reports/AUDIT.json",
Expand Down Expand Up @@ -111,7 +111,7 @@
"level": "7.0.1",
"lodash.merge": "4.6.2",
"macaroon": "3.0.4",
"merkletreejs": "0.1.6",
"merkletreejs": "0.3.11",
"minsc": "0.2.0",
"mkdirp": "1.0.4",
"nat-upnp-2": "3.0.3",
Expand Down
Loading

0 comments on commit eb4c07c

Please sign in to comment.