Skip to content

Commit 4fe85ad

Browse files
committed
don't test node 13
1 parent 6937c71 commit 4fe85ad

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
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu, windows]
36-
node-version: [12.x, 13.x, 14.x]
36+
node-version: [12.x, 14.x]
3737

3838
steps:
3939
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)