Skip to content

Commit 2832f10

Browse files
author
JooHyung Park
committed
[ai-assisted] fix: bugfix
1 parent 99af7a0 commit 2832f10

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
checks: write
1818

1919
env:
20-
NODE_VERSION: '18'
20+
NODE_VERSION: '20'
2121

2222
jobs:
2323
# Test stage - runs on Linux for speed
@@ -37,7 +37,7 @@ jobs:
3737
run: npm ci --prefer-offline
3838

3939
- name: Run linter
40-
run: npm run lint -- --max-warnings=-1
40+
run: npm run lint
4141

4242
# Build stage - macOS with code signing
4343
build-macos:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
env:
9-
NODE_VERSION: '18'
9+
NODE_VERSION: '20'
1010

1111
jobs:
1212
test:
@@ -33,7 +33,7 @@ jobs:
3333
run: npm ci --prefer-offline
3434

3535
- name: Run linter
36-
run: npm run lint -- --max-warnings=-1
36+
run: npm run lint
3737

3838
# Note: Electron tests would require a display, so we only run linting here
3939
# Add test script when unit tests are available

0 commit comments

Comments
 (0)