Skip to content

Commit

Permalink
🧹 Node 16 has reached End-of-Life! Long Live Node 18!
Browse files Browse the repository at this point in the history
- #892

Per https://github.com/nodejs/release#release-schedule, Node 16 is
decommissioned! This bumps us to the newest LTS, Node 18! Hooray!

Make sure to delete your `node_modules` folder, since I have no idea how
any of this works but I expect that keeping old node modules around is
bad-idea-jeans.
  • Loading branch information
zspencer committed Oct 11, 2023
1 parent f2e112b commit 024e425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.1
18.18.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"exports": "./index.js",
"type": "module",
"engines": {
"node": "^16.13",
"node": "^18.8",
"yarn": "^1.22"
},
"scripts": {
Expand Down

0 comments on commit 024e425

Please sign in to comment.