We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694df56 commit 80082e0Copy full SHA for 80082e0
.github/workflows/release.yml
@@ -14,7 +14,10 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 'lts/*'
+ # TODO This should install the latest LTS version,
18
+ # temporarily disabled for downstream dependencies
19
+ #node-version: 'lts/*'
20
+ node-version: 'lts/hydrogen' # v18
21
# Ref: https://github.com/actions/cache/blob/main/examples.md#node---yarn
22
- name: Get yarn cache path
23
id: yarn-cache-path
0 commit comments