This commit is contained in:
parent
85c15b3dad
commit
7b8709d7d8
3 changed files with 17 additions and 2 deletions
|
|
@ -16,9 +16,13 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20'
|
||||
registry-url: ${{ vars.VERDACCIO_URL }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm ci --registry ${{ vars.VERDACCIO_URL }}
|
||||
env:
|
||||
VERDACCIO_URL: ${{ vars.VERDACCIO_URL }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}
|
||||
|
||||
- name: Prettier
|
||||
run: npm run prettier:check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue