Skip to content

Commit 0408527

Browse files
committed
chore: update CI a bit
1 parent 51cfe5e commit 0408527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
run: npm ci
2727

2828
- name: lint
29-
run: npm run lint --quiet
29+
run: npm run lint --quiet --max-warnings=0
3030

3131
build:
3232

3333
runs-on: ${{ matrix.os }}
3434

3535
strategy:
3636
matrix:
37-
node-version: [ 12, 14, 16, 17 ]
37+
node-version: [ 12, 14, 16, 18 ]
3838
os: [ ubuntu-latest, windows-latest ]
3939

4040
steps:

0 commit comments

Comments
 (0)