We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6068108 commit 06c7e6cCopy full SHA for 06c7e6c
1 file changed
.github/workflows/s3_static_default.yaml
@@ -37,11 +37,11 @@ jobs:
37
runs-on: ubuntu-latest
38
steps:
39
- uses: actions/checkout@v3
40
- - name: Set Node.js 24.x
+ - name: Set Node.js 18.x
41
if: ${{ hashFiles('yarn.lock') != '' }}
42
uses: actions/setup-node@v3
43
with:
44
- node-version: 24.x
+ node-version: 18.x
45
- name: Enable Corepack
46
47
run: corepack enable
0 commit comments