Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
chore: add support information
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Nov 9, 2020
1 parent 3ff16b4 commit 17efb99
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nodejs-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
- run: npm run coverage
- run: echo 'repo_token:' ${{ secrets.COVERALLS_GITHUB_TOKEN }} > ./.coveralls.yml
- run: cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js
- run: npx @pkgjs/support validate
16 changes: 16 additions & 0 deletions package-support.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"versions": [
{
"version": "*",
"target": {
"node": "lts"
},
"response": {
"type": "regular-7"
},
"backing": {
"company": "true"
}
}
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"preferGlobal": true,
"bin": {
"license-reporter": "bin/license-reporter"
}
},
"support": true
}

0 comments on commit 17efb99

Please sign in to comment.