Skip to content

Commit

Permalink
Merge pull request #77 from voxpelli/misc-improvements
Browse files Browse the repository at this point in the history
Some misc tweaks regarding eg. tap
  • Loading branch information
jsumners committed Nov 14, 2021
2 parents ab4c64d + db1f454 commit 3d4eb40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -15,6 +15,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [10, 12, 14, 15, 16]

Expand Down
2 changes: 2 additions & 0 deletions .npmrc
@@ -0,0 +1,2 @@
package-lock=false
legacy-peer-deps=true
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"lint": "standard | snazzy",
"lint-ci": "standard",
"test": "tap --no-cov 'test/**/*.test.js'",
"test-ci": "tap --cov --coverage-report=text 'test/**/*.test.js'",
"test-ci": "tap --cov --no-check-coverage --coverage-report=text 'test/**/*.test.js'",
"test-types": "tsc && tsd"
},
"repository": {
Expand All @@ -36,7 +36,7 @@
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^16.0.0",
"tap": "^14.0.0",
"tap": "^15.0.10",
"tsd": "^0.18.0",
"typescript": "^4.2.4"
},
Expand Down

0 comments on commit 3d4eb40

Please sign in to comment.