Skip to content

Commit 286cd00

Browse files
committed
Use node 20 in test runners
1 parent 1f384a6 commit 286cd00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/assets_artifact_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
path: ${{ steps.composer-cache.outputs.dir }}
4040
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
4141
restore-keys: |
42-
${{ runner.os }}-composer-
42+
${{ runner.os }}-composer-
4343
4444
- name: Install dependencies
4545
run: composer install --prefer-dist --no-progress --no-dev -a
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup node
6060
uses: actions/setup-node@v4
6161
with:
62-
node-version: '18'
62+
node-version: '20'
6363

6464
- name: Install yarn dependencies
6565
run: yarn install

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Setup node
104104
uses: actions/setup-node@v4
105105
with:
106-
node-version: '18'
106+
node-version: '20'
107107

108108
- name: Install yarn dependencies
109109
run: yarn install

0 commit comments

Comments
 (0)