Skip to content

Commit 3c7ca96

Browse files
Update dependency node to v24
1 parent d49b9ab commit 3c7ca96

19 files changed

Lines changed: 2018 additions & 2018 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525
- uses: actions/setup-node@v6
2626
with:
27-
node-version: 20
27+
node-version: 24
2828
cache: "yarn"
2929
- name: yarn install & check-cache
3030
run: |
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v6
3737
- uses: actions/setup-node@v6
3838
with:
39-
node-version: 20
39+
node-version: 24
4040
cache: "yarn"
4141
- name: yarn install
4242
run: |
@@ -178,7 +178,7 @@ jobs:
178178

179179
- uses: actions/setup-node@v6
180180
with:
181-
node-version: 20
181+
node-version: 24
182182
cache: "yarn"
183183

184184
- name: yarn install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 20
20+
node-version: 24
2121
registry-url: "https://registry.npmjs.org"
2222
cache: "yarn"
2323
- name: yarn install, build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- uses: actions/setup-node@v6
3434
with:
35-
node-version: 20
35+
node-version: 24
3636
cache: "yarn"
3737

3838
- name: "Yarn install"

.pnp.cjs

Lines changed: 1976 additions & 1976 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/allure-axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@babel/preset-typescript": "^7.27.1",
6262
"@types/babel__core": "^7.20.5",
6363
"@types/babel__preset-env": "^7.10.0",
64-
"@types/node": "^20.19.0",
64+
"@types/node": "^24.0.0",
6565
"allure-commandline": "^2.29.0",
6666
"allure-vitest": "workspace:*",
6767
"axios": "1.16.0",

packages/allure-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@babel/preset-typescript": "^7.27.1",
5959
"@types/babel__core": "^7.20.5",
6060
"@types/babel__preset-env": "^7.10.0",
61-
"@types/node": "^20.19.0",
61+
"@types/node": "^24.0.0",
6262
"allure-commandline": "^2.29.0",
6363
"allure-vitest": "workspace:*",
6464
"babel-plugin-add-module-exports": "^1.0.4",

packages/allure-chai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/babel__core": "^7.20.5",
6363
"@types/babel__preset-env": "^7.10.0",
6464
"@types/chai": "^5.2.2",
65-
"@types/node": "^20.19.0",
65+
"@types/node": "^24.0.0",
6666
"allure-commandline": "^2.29.0",
6767
"allure-vitest": "workspace:*",
6868
"babel-plugin-add-module-exports": "^1.0.4",

packages/allure-codeceptjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/babel__core": "^7.20.5",
6161
"@types/babel__preset-env": "^7.10.0",
6262
"@types/jasmine": "^5.1.4",
63-
"@types/node": "^20.19.0",
63+
"@types/node": "^24.0.0",
6464
"allure-commandline": "^2.29.0",
6565
"allure-vitest": "workspace:*",
6666
"babel-plugin-add-module-exports": "^1.0.4",

packages/allure-cucumberjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@cucumber/messages": "^32.0.0",
7070
"@types/babel__core": "^7.20.5",
7171
"@types/babel__preset-env": "^7.10.0",
72-
"@types/node": "^20.19.0",
72+
"@types/node": "^24.0.0",
7373
"allure-commandline": "^2.29.0",
7474
"allure-vitest": "workspace:*",
7575
"babel-plugin-add-module-exports": "^1.0.4",

packages/allure-cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@babel/preset-typescript": "^7.27.1",
7171
"@types/babel__core": "^7.20.5",
7272
"@types/babel__preset-env": "^7.10.0",
73-
"@types/node": "^20.19.0",
73+
"@types/node": "^24.0.0",
7474
"allure-commandline": "^2.29.0",
7575
"allure-vitest": "workspace:*",
7676
"babel-plugin-add-module-exports": "^1.0.4",

0 commit comments

Comments
 (0)