Skip to content

Commit c45b926

Browse files
committed
Even up NodeJs versions.
1 parent 596c051 commit c45b926

5 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/deps-updates.yml

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

1414
- uses: actions/setup-node@v4.4.0
1515
with:
16-
node-version: 22.13.1
16+
node-version: 22.16.0
1717

1818
- uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
1919

.github/workflows/vortex-release-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686

8787
- name: Setup Node.js
8888
uses: actions/setup-node@v4
89+
with:
90+
node-version: 22.16.0
8991

9092
- name: Setup PHP
9193
uses: shivammathur/setup-php@v2

.github/workflows/vortex-test-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Node.js
6363
uses: actions/setup-node@v4
6464
with:
65-
node-version: 22.13.1
65+
node-version: 22.16.0
6666

6767
- name: Install dependencies
6868
run: yarn install --frozen-lockfile

.github/workflows/vortex-test-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
23+
with:
24+
node-version: 22.16.0
2325

2426
- name: Setup PHP
2527
uses: shivammathur/setup-php@v2

.vortex/installer/tests/Fixtures/install/_baseline/.github/workflows/deps-updates.yml

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

1414
- uses: actions/setup-node@__VERSION__
1515
with:
16-
node-version: 22.13.1
16+
node-version: 22.16.0
1717

1818
- uses: suzuki-shunsuke/github-action-renovate-config-validator@__VERSION__
1919

0 commit comments

Comments
 (0)