Skip to content

Commit d6fe32f

Browse files
committed
Do not CI on node 10
It doesn't support mjs natively, so some tests will always fail.
1 parent d2e0428 commit d6fe32f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [10.x, 12.x, 14.x, 15.x]
21+
node-version: [12.x, 14.x, 15.x]
2222
os: [ubuntu-latest]
2323

2424
steps:

0 commit comments

Comments
 (0)