Skip to content

Commit

Permalink
feat: bump node to v20, npm to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Apr 22, 2024
1 parent be9a27b commit e06bc65
Show file tree
Hide file tree
Showing 2 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 @@
v16.20.2
v20
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"license": "MIT",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"type": "module",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit e06bc65

Please sign in to comment.