Skip to content

Commit 91b84ee

Browse files
Update dependency node to v24 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9bcd406 commit 91b84ee

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 22.x
15+
node-version: 24.x
1616
- run: yarn install
1717
- run: yarn run lint
1818

@@ -99,6 +99,6 @@ jobs:
9999
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}
100100
- uses: actions/setup-node@v6
101101
with:
102-
node-version: 22.x
102+
node-version: 24.x
103103
- run: yarn install
104104
- run: npx webpack

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/jest": "^30.0.0",
5151
"@types/jest-each": "^24.3.0",
52-
"@types/node": "^22.0.0",
52+
"@types/node": "^24.0.0",
5353
"coveralls": "^3.0.0",
5454
"jest": "^30.0.0",
5555
"jest-each": "^30.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,12 +1085,12 @@
10851085
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.3.tgz#463fc47f13ec0688a33aec75d078a0541a447199"
10861086
integrity sha512-HzNRZtp4eepNitP+BD6k2L6DROIDG4Q0fm4x+dwfsr6LGmROENnok75VGw40628xf+iR24WeMFcHuuBDUAzzsQ==
10871087

1088-
"@types/node@^22.0.0":
1089-
version "22.8.2"
1090-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
1091-
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
1088+
"@types/node@^24.0.0":
1089+
version "24.10.0"
1090+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0.tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f"
1091+
integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A==
10921092
dependencies:
1093-
undici-types "~6.19.8"
1093+
undici-types "~7.16.0"
10941094

10951095
"@types/normalize-package-data@^2.4.0":
10961096
version "2.4.0"
@@ -4863,10 +4863,10 @@ typescript@^5.7.2:
48634863
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
48644864
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
48654865

4866-
undici-types@~6.19.8:
4867-
version "6.19.8"
4868-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
4869-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
4866+
undici-types@~7.16.0:
4867+
version "7.16.0"
4868+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
4869+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
48704870

48714871
unrs-resolver@^1.7.11:
48724872
version "1.7.13"

0 commit comments

Comments
 (0)