0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00

chore: update env

This commit is contained in:
Juan Picado 2021-04-04 08:06:50 +02:00
parent e8cc4232af
commit 9886b93e85

View file

@ -29,6 +29,8 @@ jobs:
with: with:
node-version: 14 node-version: 14
registry-url: 'https://registry.verdaccio.org' registry-url: 'https://registry.verdaccio.org'
env:
NODE_AUTH_TOKEN: ${{ secrets.VERDACCIO_TOKEN }}
- name: install pnpm - name: install pnpm
run: npm i pnpm@latest -g run: npm i pnpm@latest -g