Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn committed Apr 21, 2021
1 parent 2b17467 commit bd53b1b
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: [14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- node-version: 15.x
- node-version: 16.x
os: ubuntu-latest

runs-on: ${{ matrix.os }}
Expand Down
115 changes: 54 additions & 61 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"memfs": "^3.2.2",
"tap": "^15.0.2"
"tap": "^15.0.4"
},
"scripts": {
"test": "tap --no-coverage"
Expand Down

0 comments on commit bd53b1b

Please sign in to comment.