From 4e1e977cfa6328a94e15e78493223eb9b8603a37 Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Thu, 3 Feb 2022 14:15:12 +0200 Subject: [PATCH] ci: remove NPM caching on canary release script --- .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'