Skip to content

Commit d2d5490

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c788fa9 + 67c736f commit d2d5490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/assets_artifact_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
${{ runner.os }}-yarn-
6161
6262
- name: Setup node
63-
uses: actions/setup-node@v4
63+
uses: actions/setup-node@v5
6464
with:
6565
node-version: '20'
6666

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: composer install --prefer-dist --no-progress
105105

106106
- name: Setup node
107-
uses: actions/setup-node@v4
107+
uses: actions/setup-node@v5
108108
with:
109109
node-version: '20'
110110

0 commit comments

Comments
 (0)