Skip to content

Commit 4f92732

Browse files
authored
Merge pull request #1917 from ebkr/fix-release-action
Updated release.yml
2 parents c19a10d + 0bd4d78 commit 4f92732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-node@v4
2525
with:
2626
# The talk on the street says this might be a good version for building.
27-
node-version: 20.11.0
27+
node-version: 20.19.0
2828
cache: yarn
2929

3030
- name: Install Yarn dependencies

0 commit comments

Comments
 (0)