Skip to content

Commit b646d67

Browse files
Update dependency node to v24
1 parent 46fdaf6 commit b646d67

16 files changed

Lines changed: 1803 additions & 1803 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 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: |

.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: 1768 additions & 1768 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-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",

packages/allure-jasmine/package.json

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

packages/allure-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@jest/types": "^30.0.0",
7373
"@types/babel__core": "^7.20.5",
7474
"@types/babel__preset-env": "^7.10.0",
75-
"@types/node": "^20.19.0",
75+
"@types/node": "^24.0.0",
7676
"allure-commandline": "^2.29.0",
7777
"allure-vitest": "workspace:*",
7878
"babel-plugin-add-module-exports": "^1.0.4",

0 commit comments

Comments
 (0)