Skip to content

Commit 1c363a6

Browse files
committed
fix(CI): don't test on node 10 as it is no longer supported
1 parent 405f3ec commit 1c363a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/nodeCI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
node: [ '14', '12', '10' ]
15+
node: [ '14', '12' ]
1616
include:
1717
- os: windows-latest
1818
commandPrefix: ''

0 commit comments

Comments
 (0)