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 c6b5893 commit cb6faaeCopy full SHA for cb6faae
.github/workflows/build-electron.yml
@@ -23,12 +23,8 @@ jobs:
23
with:
24
node-version: 18
25
26
- - uses: pnpm/action-setup@v3
27
- with:
28
- version: 8
29
-
30
- name: Build with-electron
31
working-directory: ./demos/with-electron
32
run: |
33
- pnpm install --no-frozen-lockfile
34
- pnpm run build
+ yarn install --no-frozen-lockfile
+ yarn run build
demos/with-electron/package.json
@@ -10,8 +10,7 @@
10
"keywords": [],
11
"author": "",
12
"license": "ISC",
13
- "dependencies": {
14
- },
+ "dependencies": {},
15
"devDependencies": {
16
"electron": "^36.3.2",
17
"electron-builder": "^26.0.12"
0 commit comments