Skip to content

Commit 4a1ced7

Browse files
authored
Update app-build.yml
1 parent 07cf04e commit 4a1ced7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/app-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Install Dependencies
2929
run: |
3030
cd client
31+
npm install -g npm@latest
3132
npm install
3233
3334
- name: Install and start Xvfb
@@ -53,4 +54,4 @@ jobs:
5354
else
5455
echo 'Electron app has exited.'
5556
exit 1
56-
fi
57+
fi

0 commit comments

Comments
 (0)