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.
2 parents 38ee78d + 5ebed2a commit 8b769f2Copy full SHA for 8b769f2
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: c-hive/gha-yarn-cache@v1
18
19
- name: Install dependencies
20
+ with:
21
+ node-version: "20"
22
run: yarn --frozen-lockfile --prefer-offline
23
24
- name: Build
0 commit comments