Skip to content

Commit 0908e6c

Browse files
chore(deps): update node.js to v20.19.3
1 parent e0b8c9e commit 0908e6c

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
@@ -56,7 +56,7 @@
5656
"@graphql-codegen/typescript-resolvers": "4.2.1",
5757
"@types/aws-lambda": "8.10.147",
5858
"@types/jest": "29.5.14",
59-
"@types/node": "20.16.10",
59+
"@types/node": "20.19.1",
6060
"@typescript-eslint/eslint-plugin": "5.61.0",
6161
"@typescript-eslint/parser": "5.61.0",
6262
"cz-conventional-changelog": "3.3.0",

0 commit comments

Comments
 (0)