Skip to content

Commit

Permalink
Upgrade to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Aug 28, 2024
1 parent 4f639c6 commit cee7d01
Show file tree
Hide file tree
Showing 5 changed files with 522 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: ["16.20.2"]
node-version: ["16.x", ["20.x"]]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* heroku/dod-ux
* @heroku/front-end
#ECCN:Open Source
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
"node-spinner": "0.0.4"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.2",
"coveralls": "^2.11.12",
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.0.2",
"nock": "^8.0.0",
"mocha": "^10.7.3",
"nock": "^13.5.4",
"np": "2.15.0",
"nyc": "^8.1.0",
"proxyquire": "^1.7.10",
Expand All @@ -43,6 +43,15 @@
],
"license": "ISC",
"main": "commands/index.js",
"mocha": {
"require": [
"test/init.js"
],
"watch-extensions": "ts",
"recursive": true,
"reporter": "spec",
"timeout": 360000
},
"repository": "heroku/heroku-kafka-jsplugin",
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
Expand Down
2 changes: 0 additions & 2 deletions test/mocha.opts

This file was deleted.

Loading

0 comments on commit cee7d01

Please sign in to comment.