Skip to content

Commit

Permalink
Update dependency node to v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent ef00cc2 commit cfd5b85
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.2
20.17.0
21 changes: 11 additions & 10 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,12 +13,12 @@
"test": "glob -c 'node --test --import tsx/esm' 'src/**/*.test.ts'"
},
"engines": {
"node": "20.12.2"
"node": "20.17.0"
},
"devDependencies": {
"@eslint-recommended/eslint-config-typescript": "50.1.0",
"@tsconfig/node20": "20.1.4",
"@types/node": "20.12.14",
"@types/node": "20.16.10",
"eslint": "8.57.1",
"glob": "11.0.0",
"rimraf": "6.0.1",
Expand Down

0 comments on commit cfd5b85

Please sign in to comment.