We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f809e commit 9d8a0e4Copy full SHA for 9d8a0e4
.github/workflows/ci.yml
@@ -75,8 +75,6 @@ jobs:
75
76
- name: Install pnpm
77
uses: pnpm/action-setup@v4
78
- with:
79
- version: 10
80
81
- name: Install dependencies
82
run: pnpm install --frozen-lockfile
packages/core/package.json
@@ -51,7 +51,7 @@
51
"electron": "^38.1.0",
52
"electron-builder": "24.13.3",
53
"electron-builder-squirrel-windows": "^24.0.0",
54
- "esbuild": "^0.23.0",
+ "esbuild": "^0.25.10",
55
"figures": "^6.1.0",
56
"js-yaml": "^4.1.0",
57
"open": "^9.1.0",
0 commit comments