Skip to content

Commit 028a96c

Browse files
chore(deps): update node.js to v20.19.3
1 parent cc2ef99 commit 028a96c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.17.0
12+
image: node:20.19.3
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.17.0
1+
20.19.3

package-lock.json

Lines changed: 8 additions & 8 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.147",
4343
"@types/jest": "29.5.14",
44-
"@types/node": "20.17.21",
44+
"@types/node": "20.19.4",
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)