From bf3e9d805ad8c58cc52f58fa4bb1ab39322b1ac2 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Thu, 3 Feb 2022 14:39:11 +0200 Subject: [PATCH] ci: remove NPM caching on canary release script (#3472) --- .github/workflows/canary.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/canary.yaml b/.github/workflows/canary.yaml index b34ae2164d..8086b2fec7 100644 --- a/.github/workflows/canary.yaml +++ b/.github/workflows/canary.yaml @@ -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'