We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99af7a0 commit 2832f10Copy full SHA for 2832f10
2 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ permissions:
17
checks: write
18
19
env:
20
- NODE_VERSION: '18'
+ NODE_VERSION: '20'
21
22
jobs:
23
# Test stage - runs on Linux for speed
@@ -37,7 +37,7 @@ jobs:
37
run: npm ci --prefer-offline
38
39
- name: Run linter
40
- run: npm run lint -- --max-warnings=-1
+ run: npm run lint
41
42
# Build stage - macOS with code signing
43
build-macos:
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
- 'v*'
7
8
9
10
11
12
test:
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
# Note: Electron tests would require a display, so we only run linting here
# Add test script when unit tests are available
0 commit comments