Skip to content

Commit 15cd58a

Browse files
authored
Merge pull request #193 from icelam/ci/v1/drop-node-13
ci: drop testing for node 13
2 parents 70f4fd3 + a44ea6b commit 15cd58a

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)