Skip to content

Commit 2f0b9ea

Browse files
authored
ci: don't test against node 13 (#16)
1 parent d81485c commit 2f0b9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
node-version: [10.x, 12.x, 13.x, 14.x]
36+
node-version: [10.x, 12.x, 14.x]
3737
eslint-version: [6, 7]
3838
runs-on: ubuntu-latest
3939

0 commit comments

Comments
 (0)