Skip to content

Commit

Permalink
try 10 on legacy, 12 on non-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas42 committed May 22, 2024
1 parent e5aca99 commit 71d240d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

strategy:
matrix:
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x, 10.x, 12.x]
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x, 10.x]

needs: build
steps:
Expand Down

0 comments on commit 71d240d

Please sign in to comment.