Skip to content

Commit

Permalink
chore(deps): update dependency node to v20.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent d76cf7c commit 72f6228
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.11.1
image: node:20.12.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.11.1
20.12.0
8 changes: 4 additions & 4 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.136",
"@types/jest": "29.5.12",
"@types/node": "20.11.24",
"@types/node": "20.12.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 72f6228

Please sign in to comment.