Skip to content

Commit 949e22a

Browse files
author
Yoseph Maguire
authored
remove 10.x from gate
The gate has been failing for a while and there isn't the bandwidth to fix the failures in 10.x. Going to remove it so the gate is more useful in actually showing if tests are passing.
1 parent 71dae75 commit 949e22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

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

1616
strategy:
1717
matrix:
18-
node-version: [10.x, 12.x, 14.x]
18+
node-version: [12.x, 14.x]
1919
fail-fast: false
2020

2121
steps:

0 commit comments

Comments
 (0)