Skip to content

Commit

Permalink
fix up node commit
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Nov 23, 2023
1 parent 55f0b2c commit 244ed28
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 @@
20.9
20.10
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
}
},
"engines": {
"node": ">=20.9.0",
"npm": ">=10.1.0"
"node": ">=20.10.0",
"npm": ">=10.2.3"
},
"scripts": {
"clean": "rm -rf coverage && rm -rf dist",
Expand Down

0 comments on commit 244ed28

Please sign in to comment.