Skip to content

Commit

Permalink
fixup! create cross platform ci, drop linting and code cov for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Apr 20, 2024
1 parent 0fc566f commit dba96dd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/experimental.ci.yaml
Expand Up @@ -23,6 +23,27 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node-version:
- "0.10.x"
- "0.12.x"
- "4.x"
- "5.x"
- "6.x"
- "7.x"
- "8.x"
- "9.x"
- "10.x"
- "11.x"
- "12.x"
- "13.x"
- "14.x"
- "15.x"
- "16.x"
- "17.x"
- "18.x"
- "19.x"
- "20.x"
- "21.x"
include:
- node-version: "0.10.x"
npm-i: "mocha@3.5.3 nyc@10.3.2 supertest@2.0.0"
Expand Down

0 comments on commit dba96dd

Please sign in to comment.