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 88c345a commit c50ee79Copy full SHA for c50ee79
.github/workflows/release.yml
@@ -19,12 +19,13 @@ jobs:
19
- name: Install Node.js
20
uses: actions/setup-node@v3
21
with:
22
- node-version: 16
+ node-version: 20
23
+ cache: 'yarn'
24
25
- name: Install Node Dependencies
26
run: |
- yarn install
27
- cd nebulaview && yarn install
+ yarn install --force
28
+ cd nebulaview && yarn install --force
29
30
- name: Build React App
31
run: yarn build:react
0 commit comments