Skip to content

Commit a44ea6b

Browse files
committed
ci: drop testing for node 13
1 parent 70f4fd3 commit a44ea6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-18.04
1818
strategy:
1919
matrix:
20-
node-version: [12.x, 13.x, 14.x]
20+
node-version: [12.x, 14.x]
2121
env:
2222
HUSKY: 0
2323
steps:

0 commit comments

Comments
 (0)