Skip to content

Commit

Permalink
Updating for v9: update dependencies and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ranieri innocenti committed Oct 9, 2023
1 parent e0f61fa commit 67b7be4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
node-version: [18, 20]
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,6 @@ yarn.lock
# 0x
.__browserify*
profile-*

# .tap
.tap
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"scripts": {
"lint": "standard | snazzy",
"lint-ci": "standard",
"test": "tap --no-cov",
"test-ci": "tap --cov --no-check-coverage --coverage-report=text",
"test": "tap --disable-coverage",
"test-ci": "tap --allow-empty-coverage",
"test-types": "tsc && tsd"
},
"repository": {
Expand All @@ -36,7 +36,7 @@
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^15.0.10",
"tap": "^18.4.5",
"tsd": "^0.29.0",
"typescript": "^5.0.2"
},
Expand Down

0 comments on commit 67b7be4

Please sign in to comment.