1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00

chore: update env

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

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