Skip to content

Commit 6d8b46a

Browse files
chore(deps): update node.js to v20.19.6
1 parent e0b8c9e commit 6d8b46a

File tree

4 files changed

+242
-62
lines changed

4 files changed

+242
-62
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.6@sha256:4b4e58e59c5e042928790c6fccd8ad16da6296bcc2e9924c56fba84a8e5ff662
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.6

package-lock.json

Lines changed: 239 additions & 59 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.26",
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)