Skip to content

Commit 2981991

Browse files
committed
fix: gh actions failing
1 parent 653a6be commit 2981991

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-dev-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: lts/hydrogen # 18.x
26+
node-version: 18
2727
cache: "yarn"
2828
- name: Install composer deps
2929
run: composer install --no-dev --prefer-dist --no-progress --no-suggest

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: lts/hydrogen # 18.x
15+
node-version: 18
1616
cache: "yarn"
1717
- name: Build
1818
run: |

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: lts/hydrogen # 18.x
21+
node-version: 18
2222
cache: "yarn"
2323
- name: Build
2424
run: |

0 commit comments

Comments
 (0)