Skip to content

Commit 06c7e6c

Browse files
authored
ci: up
1 parent 6068108 commit 06c7e6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/s3_static_default.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@v3
40-
- name: Set Node.js 24.x
40+
- name: Set Node.js 18.x
4141
if: ${{ hashFiles('yarn.lock') != '' }}
4242
uses: actions/setup-node@v3
4343
with:
44-
node-version: 24.x
44+
node-version: 18.x
4545
- name: Enable Corepack
4646
if: ${{ hashFiles('yarn.lock') != '' }}
4747
run: corepack enable

0 commit comments

Comments
 (0)