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 954e5e5 commit ea27ad5Copy full SHA for ea27ad5
.github/workflows/release-gui.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Setup Node.js
55
uses: actions/setup-node@v4
56
with:
57
- node-version: '18'
+ node-version: '20'
58
59
- name: Install Wails CLI
60
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
frontend/package.json
@@ -11,8 +11,7 @@
11
"test": "vitest",
12
"test:ui": "vitest --ui",
13
"test:run": "vitest run",
14
- "test:coverage": "vitest run --coverage",
15
- "prepare": "husky"
+ "test:coverage": "vitest run --coverage"
16
},
17
"dependencies": {
18
"@radix-ui/react-checkbox": "^1.3.3",
0 commit comments