Skip to content

Commit 6fc3708

Browse files
committed
chore(deps): update dependency node to v20.16.0
1 parent f3800dc commit 6fc3708

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: node:20.15.0
12+
image: node:20.16.0
1313
# this is the user that CI uses, which is needed to generate files within the repo directory
1414
options: --user 1001
1515

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.15.0
1+
20.16.0

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@types/aws-lambda": "8.10.142",
4343
"@types/jest": "29.5.12",
44-
"@types/node": "20.14.9",
44+
"@types/node": "20.14.13",
4545
"@typescript-eslint/eslint-plugin": "5.61.0",
4646
"@typescript-eslint/parser": "5.61.0",
4747
"cz-conventional-changelog": "3.3.0",

0 commit comments

Comments
 (0)