Skip to content

Commit

Permalink
update tap, test on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 22, 2021
1 parent e0128a7 commit 4311985
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [10.x, 12.x, 13.x]
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
# todo: add windows-latest to this list.
# Right now, it's just too flaky and hard to get PWD and HOME out
# of all the snapshots properly.
Expand Down
22 changes: 11 additions & 11 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
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"mutate-fs": "^2.1.1",
"npm-registry-mock": "^1.3.1",
"tap": "^15.0.2"
"tap": "^15.0.4"
},
"files": [
"lib/**/*.js"
Expand Down

0 comments on commit 4311985

Please sign in to comment.