Skip to content

Commit 829f157

Browse files
chore(deps): update dependency node to v24
1 parent 7601ed3 commit 829f157

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.11.1'
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.11.1'
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.1",
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.1"
849+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01"
850+
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==
851+
dependencies:
852+
undici-types "~7.16.0"
851853

852854
"@types/normalize-package-data@^2.4.0":
853855
version "2.4.1"
@@ -4976,6 +4978,11 @@ undefsafe@^2.0.5:
49764978
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
49774979
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
49784980

4981+
undici-types@~7.16.0:
4982+
version "7.16.0"
4983+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
4984+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
4985+
49794986
union-value@^1.0.0:
49804987
version "1.0.1"
49814988
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847"

0 commit comments

Comments
 (0)