Skip to content

Commit

Permalink
Update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 896c4d4 commit a5c9b73
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20.17.0
38 changes: 28 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 @@ -25,13 +25,13 @@
"@serenity-js/core": "^2.33.8",
"@serenity-js/mocha": "^2.33.8",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.6",
"@types/node": "^20.16.6",
"mocha": "^9.0.3",
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"engines": {
"node": "^12 || ^14 || ^16",
"node": "^12 || ^14 || ^16 || ^20.0.0",
"npm": "^6 || ^7"
}
}

0 comments on commit a5c9b73

Please sign in to comment.