Skip to content

Commit

Permalink
Update tap to 16.1.0, update to support only current versions of node
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Apr 25, 2022
1 parent f325348 commit d189b06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [14, 16, 18]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "^8.13.0",
"node-localstorage": "^2.1.6",
"shx": "~0.3.3",
"tap": "^16.0.1",
"tap": "^16.1.0",
"uglify-js": "^3.12.2"
},
"scripts": {
Expand All @@ -40,6 +40,6 @@
"test": "npm run build && npm run lint && tap --reporter terse --no-coverage test/*.js"
},
"engines": {
"node": ">=10"
"node": ">=14"
}
}

0 comments on commit d189b06

Please sign in to comment.