Skip to content

Commit c9685b4

Browse files
chore(deps): update dependency node to v24
1 parent b308f15 commit c9685b4

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup node.js
2121
uses: actions/setup-node@v2
2222
with:
23-
node-version: 16
23+
node-version: 24.12.0
2424

2525
- name: Install dependencies
2626
run: yarn

.github/workflows/scip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Node.js
1010
uses: actions/setup-node@v2
1111
with:
12-
node-version: 16
12+
node-version: 24.12.0
1313
- run: yarn global add @sourcegraph/scip-typescript @sourcegraph/src
1414
- run: yarn --ignore-engines --ignore-scripts
1515
- run: scip-typescript index --yarn-workspaces

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Node.js
1111
uses: actions/setup-node@v2
1212
with:
13-
node-version: 16
13+
node-version: 24.12.0
1414

1515
- name: Install dependencies
1616
run: yarn install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/css-modules-loader-core": "1.1.4",
6161
"@types/eslint": "7.28.2",
6262
"@types/jest": "27.5.2",
63-
"@types/node": "20.8.10",
63+
"@types/node": "24.10.4",
6464
"@types/signale": "1.4.7",
6565
"@types/stylelint": "14.0.0",
6666
"eslint": "^7.32.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,12 +1601,12 @@
16011601
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
16021602
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
16031603

1604-
"@types/node@*", "@types/node@20.8.10":
1605-
version "20.8.10"
1606-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e"
1607-
integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==
1604+
"@types/node@*", "@types/node@24.10.4":
1605+
version "24.10.4"
1606+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.4.tgz#9d27c032a1b2c42a4eab8fb65c5856a8b8e098c4"
1607+
integrity sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==
16081608
dependencies:
1609-
undici-types "~5.26.4"
1609+
undici-types "~7.16.0"
16101610

16111611
16121612
version "20.5.1"
@@ -8266,10 +8266,10 @@ unbox-primitive@^1.0.1:
82668266
has-symbols "^1.0.2"
82678267
which-boxed-primitive "^1.0.2"
82688268

8269-
undici-types@~5.26.4:
8270-
version "5.26.5"
8271-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
8272-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
8269+
undici-types@~7.16.0:
8270+
version "7.16.0"
8271+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
8272+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
82738273

82748274
unique-filename@^1.1.1:
82758275
version "1.1.1"

0 commit comments

Comments
 (0)