Skip to content

Commit

Permalink
Bump versions, drop Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Jan 25, 2023
1 parent 63ee772 commit 6d8b92c
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
185 changes: 45 additions & 140 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"devDependencies": {
"chai": "^4.3.7",
"hubot-test-helper": "^1.9.0",
"husky": "^8.0.2",
"mocha": "^10.1.0",
"nock": "^13.2.9",
"release-it": "^15.5.1",
"sinon": "^15.0.0",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"nock": "^13.3.0",
"release-it": "^15.6.0",
"sinon": "^15.0.1",
"sinon-chai": "^3.7.0"
},
"main": "index.js",
Expand Down

0 comments on commit 6d8b92c

Please sign in to comment.