Skip to content

Commit ad4fc29

Browse files
chore(deps): update dependency node to v24
1 parent f244c68 commit ad4fc29

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js to test and build
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: '10.24.1'
17+
node-version: '24.12.0'
1818
- name: Install dependencies
1919
run: yarn install --frozen-lockfile
2020
- name: Build

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Use Node.js to test and build
1212
uses: actions/setup-node@v2
1313
with:
14-
node-version: '10.24.1'
14+
node-version: '24.12.0'
1515
- name: Install dependencies
1616
run: yarn install --frozen-lockfile
1717
- name: Run the tests

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/bunyan": "1.8.11",
2121
"@types/jest": "26.0.24",
2222
"@types/js-yaml": "3.12.10",
23-
"@types/node": "10.17.60",
23+
"@types/node": "24.10.4",
2424
"jest": "26.6.3",
2525
"nodemon": "2.0.22",
2626
"rimraf": "3.0.2",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -844,10 +844,12 @@
844844
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.8.tgz#222383320e71f9a1397d25c416e9c62d347758e0"
845845
integrity sha512-kzGNJZ57XEH7RdckxZ7wfRjB9hgZABF+NLgR1B2zogUvV0gmK0/60VYA4yb4oKZckPiiJlmmfpdqTfCN0VRX+Q==
846846

847-
848-
version "10.17.60"
849-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.17.60.tgz#35f3d6213daed95da7f0f73e75bcc6980e90597b"
850-
integrity sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==
847+
848+
version "24.10.4"
849+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.4.tgz#9d27c032a1b2c42a4eab8fb65c5856a8b8e098c4"
850+
integrity sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==
851+
dependencies:
852+
undici-types "~7.16.0"
851853

852854
"@types/normalize-package-data@^2.4.0":
853855
version "2.4.1"
@@ -4984,6 +4986,11 @@ undefsafe@^2.0.5:
49844986
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
49854987
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
49864988

4989+
undici-types@~7.16.0:
4990+
version "7.16.0"
4991+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
4992+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
4993+
49874994
union-value@^1.0.0:
49884995
version "1.0.1"
49894996
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)