Skip to content

Commit cb6faae

Browse files
committed
fix: yarn
1 parent c6b5893 commit cb6faae

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/build-electron.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ jobs:
2323
with:
2424
node-version: 18
2525

26-
- uses: pnpm/action-setup@v3
27-
with:
28-
version: 8
29-
3026
- name: Build with-electron
3127
working-directory: ./demos/with-electron
3228
run: |
33-
pnpm install --no-frozen-lockfile
34-
pnpm run build
29+
yarn install --no-frozen-lockfile
30+
yarn run build

demos/with-electron/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"keywords": [],
1111
"author": "",
1212
"license": "ISC",
13-
"dependencies": {
14-
},
13+
"dependencies": {},
1514
"devDependencies": {
1615
"electron": "^36.3.2",
1716
"electron-builder": "^26.0.12"

0 commit comments

Comments
 (0)