Skip to content

Commit c50ee79

Browse files
committed
Update Node.js version to 20 and fix dependency issues
1 parent 88c345a commit c50ee79

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ jobs:
1919
- name: Install Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16
22+
node-version: 20
23+
cache: 'yarn'
2324

2425
- name: Install Node Dependencies
2526
run: |
26-
yarn install
27-
cd nebulaview && yarn install
27+
yarn install --force
28+
cd nebulaview && yarn install --force
2829
2930
- name: Build React App
3031
run: yarn build:react

0 commit comments

Comments
 (0)