Skip to content

Commit 80082e0

Browse files
committed
Minor release workflow fix
1 parent 694df56 commit 80082e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 'lts/*'
17+
# TODO This should install the latest LTS version,
18+
# temporarily disabled for downstream dependencies
19+
#node-version: 'lts/*'
20+
node-version: 'lts/hydrogen' # v18
1821
# Ref: https://github.com/actions/cache/blob/main/examples.md#node---yarn
1922
- name: Get yarn cache path
2023
id: yarn-cache-path

0 commit comments

Comments
 (0)