Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 1, 2024
1 parent 34c75d1 commit d32d1b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: node:20.16.0
image: node:20.17.0
# this is the user that CI uses, which is needed to generate files within the repo directory
options: --user 1001

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.17.0
17 changes: 9 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@types/aws-lambda": "8.10.145",
"@types/jest": "29.5.12",
"@types/node": "20.14.13",
"@types/node": "20.16.2",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"cz-conventional-changelog": "3.3.0",
Expand Down

0 comments on commit d32d1b1

Please sign in to comment.