Skip to content

Commit

Permalink
ci: remove NPM caching on canary release script (#3472)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Feb 3, 2022
1 parent cd7f957 commit bf3e9d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/canary.yaml
Expand Up @@ -17,7 +17,6 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
cache: npm
node-version: ${{ env.NODE_VERSION_USED_FOR_DEVELOPMENT }}
# 'registry-url' is required for 'npm publish'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit bf3e9d8

Please sign in to comment.