Skip to content

Commit bf3e9d8

Browse files
ci: remove NPM caching on canary release script (#3472)
1 parent cd7f957 commit bf3e9d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/canary.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
cache: npm
2120
node-version: ${{ env.NODE_VERSION_USED_FOR_DEVELOPMENT }}
2221
# 'registry-url' is required for 'npm publish'
2322
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)