Skip to content

Commit aad2d5a

Browse files
committed
chore(deps): update dependency node to v20.12.2
1 parent 289f0d9 commit aad2d5a

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

.github/workflows/ci.yml

+1-1
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.8.0
12+
image: node:20.12.2
1313
# this is the user that CI uses, which is needed to generate files within the repo directory
1414
options: --user 1001
1515

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.8.0
1+
20.12.2

package-lock.json

+12-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@graphql-codegen/typescript-resolvers": "4.0.6",
5757
"@types/aws-lambda": "8.10.137",
5858
"@types/jest": "29.5.12",
59-
"@types/node": "20.8.0",
59+
"@types/node": "20.12.7",
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)