Skip to content

Commit 4311985

Browse files
committedApr 22, 2021
update tap, test on node 16
1 parent e0128a7 commit 4311985

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
node-version: [10.x, 12.x, 13.x]
9+
node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
1010
# todo: add windows-latest to this list.
1111
# Right now, it's just too flaky and hard to get PWD and HOME out
1212
# of all the snapshots properly.

‎package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"mutate-fs": "^2.1.1",
2424
"npm-registry-mock": "^1.3.1",
25-
"tap": "^15.0.2"
25+
"tap": "^15.0.4"
2626
},
2727
"files": [
2828
"lib/**/*.js"

0 commit comments

Comments
 (0)
Please sign in to comment.