Skip to content

Commit a22276a

Browse files
renovate[bot]CybotTM
authored andcommitted
chore(deps): update dependency node to v24
1 parent 493e5b5 commit a22276a

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- uses: actions/setup-node@v6
2828
with:
29-
node-version: '22'
29+
node-version: '24'
3030

3131
- name: ⚡ Install dependencies
3232
run: yarn install --frozen-lockfile

.github/workflows/lint.and.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 22
19+
node-version: 24
2020

2121
- name: ⚡ Install dependencies
2222
run: yarn install --frozen-lockfile
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v5
3232
- uses: actions/setup-node@v6
3333
with:
34-
node-version: 22
34+
node-version: 24
3535

3636
- name: ⚡ Install dependencies
3737
run: yarn install --frozen-lockfile

.github/workflows/release.when-pushed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
registry-url: 'https://registry.npmjs.org'
2121
scope: '@netresearch'
2222

.github/workflows/release.when-tagged.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 22
20+
node-version: 24
2121
registry-url: 'https://registry.npmjs.org'
2222
scope: '@netresearch'
2323

@@ -31,7 +31,7 @@ jobs:
3131

3232
- uses: actions/setup-node@v6
3333
with:
34-
node-version: 22
34+
node-version: 24
3535
registry-url: 'https://npm.pkg.github.com'
3636
scope: '@netresearch'
3737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepack": "yarn build:lib"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^22.0.0",
22+
"@types/node": "^24.0.0",
2323
"@typescript-eslint/eslint-plugin": "^8.0.0",
2424
"@typescript-eslint/parser": "^8.0.0",
2525
"eslint": "^9.8.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,12 @@
222222
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
223223
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
224224

225-
"@types/node@^22.0.0":
226-
version "22.18.12"
227-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.12.tgz#e165d87bc25d7bf6d3657035c914db7485de84fb"
228-
integrity sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==
225+
"@types/node@^24.0.0":
226+
version "24.9.1"
227+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.1.tgz#b7360b3c789089e57e192695a855aa4f6981a53c"
228+
integrity sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==
229229
dependencies:
230-
undici-types "~6.21.0"
230+
undici-types "~7.16.0"
231231

232232
"@types/unist@*":
233233
version "3.0.3"
@@ -1179,10 +1179,10 @@ uc.micro@^2.0.0, uc.micro@^2.1.0:
11791179
resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee"
11801180
integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==
11811181

1182-
undici-types@~6.21.0:
1183-
version "6.21.0"
1184-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
1185-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
1182+
undici-types@~7.16.0:
1183+
version "7.16.0"
1184+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
1185+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
11861186

11871187
uri-js@^4.2.2:
11881188
version "4.4.1"

0 commit comments

Comments
 (0)