From f0cb60ffb9ba03bc6eb1779bc5c1950bf0be6a33 Mon Sep 17 00:00:00 2001 From: MS_Y Date: Tue, 17 Jan 2023 23:13:11 +0900 Subject: [PATCH] Fix: CI - restore key --- .github/actions/node-setup/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/node-setup/action.yml b/.github/actions/node-setup/action.yml index a98ffb1..4941077 100644 --- a/.github/actions/node-setup/action.yml +++ b/.github/actions/node-setup/action.yml @@ -18,7 +18,6 @@ runs: "**/node_modules" key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }} restore-keys: | - ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') } ${{ runner.os }}-node- - name: Package Install