File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments