Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clayreimann committed Jul 12, 2023
1 parent 3cecb0b commit 53a2462
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/build.yml
Expand Up @@ -8,23 +8,8 @@ jobs:

strategy:
matrix:
include:
- mocha-version: 2
node-version: 10.x
- mocha-version: 3
node-version: 10.x
- mocha-version: 4
node-version: 10.x
- mocha-version: 5
node-version: 10.x
- mocha-version: 6
node-version: 10.x
- mocha-version: 7
node-version: 12.x
- mocha-version: 8
node-version: 14.x
- mocha-version: 9
node-version: 14.x
mocha-version: [8, 9, 10]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 53a2462

Please sign in to comment.