Skip to content

Commit c9acbf0

Browse files
committed
fix: back to node v20.x on beta-release workflow
1 parent a629566 commit c9acbf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/beta-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ref: ${{ github.head_ref }}
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: '24.x'
19+
node-version: '20.x'
2020
registry-url: 'https://registry.npmjs.org'
2121
cache: 'yarn'
2222

0 commit comments

Comments
 (0)