Skip to content

Commit

Permalink
chore(deps)!: bump node from v18 to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Nov 6, 2024
1 parent 1de43ed commit f3f70b9
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 @@
v18
v20
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 @@ -16,7 +16,7 @@
"mdn-bob": "./lib/mdn-bob.js"
},
"engines": {
"node": ">=18.0.0"
"node": ">=20"
},
"type": "module",
"main": "./lib/mdn-bob.js",
Expand Down

0 comments on commit f3f70b9

Please sign in to comment.