From a0bfe8b53492827f99635a5e9ca5e9110cb8f6fc Mon Sep 17 00:00:00 2001 From: achingbrain Date: Thu, 20 Jan 2022 13:32:25 +0000 Subject: [PATCH] chore: restore correct cache --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8e9f48a4..8c447290 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,7 +116,7 @@ jobs: node-version: lts/* registry-url: 'https://registry.npmjs.org' if: ${{ steps.release.outputs.release_created }} - - uses: bahmutov/npm-install@v1 + - uses: ipfs/aegir/actions/cache-node-modules@master if: ${{ steps.release.outputs.release_created }} - run: npm publish env: