Skip to content

Commit

Permalink
fix: update env for CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Oct 3, 2021
1 parent fa67a38 commit b4edb56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
registry-url: 'https://registry.npmjs.org'
check-latest: true
cache: 'npm'
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upgrade npm ✨
run: npm i -g npm@latest
Expand Down

0 comments on commit b4edb56

Please sign in to comment.