From 6aff4d75d373437479fac508e479873f45bfbb07 Mon Sep 17 00:00:00 2001 From: Mindaugas Laganeckas Date: Fri, 13 Aug 2021 14:14:44 +0200 Subject: [PATCH] Update .github/workflows/release-publish.yml Co-authored-by: Matthieu MOREL --- .github/workflows/release-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 656279fd..661ba42b 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -22,6 +22,7 @@ jobs: - uses: actions/setup-node@v2.4.0 with: node-version: 12 + cache: npm registry-url: https://registry.npmjs.org/ - name: Install Yarn run: npm i yarn --global