Skip to content

Commit

Permalink
remove 10.x from gate
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Yoseph Maguire authored Jun 15, 2021
1 parent 71dae75 commit 949e22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x]
fail-fast: false

steps:
Expand Down

0 comments on commit 949e22a

Please sign in to comment.