drop use of GitHub package registry

Having to always authenticate to use packages hosted on GitHub was a
bit of a pain for developers and breaks dependabot.
This commit is contained in:
David Lechner
2021-01-11 16:47:49 -06:00
parent 7c8bb27bf1
commit d04e022e83
7 changed files with 10 additions and 43 deletions
-3
View File
@@ -12,11 +12,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
- uses: actions/checkout@v2
- run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn coverage
- name: Coveralls
uses: coverallsapp/github-action@master
-3
View File
@@ -16,11 +16,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: 'https://npm.pkg.github.com'
- uses: actions/checkout@v2
- run: yarn install
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
yarn lint
git diff --exit-code