From c5cb4219b96278d56b5fa756f1bef67acdb5b3ba Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 9 Jan 2023 00:23:15 +0900 Subject: [PATCH] fix: use correct key name cache --- setup-node/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-node/action.yml b/setup-node/action.yml index eb736ad..e93c324 100644 --- a/setup-node/action.yml +++ b/setup-node/action.yml @@ -18,7 +18,7 @@ runs: with: node-version: '${{ inputs.node-version }}' node-version-file: '${{ inputs.node-version-file }}' - cache: '${{ inputs.node-version-file }}' + cache: '${{ inputs.cache }}' - run: npm i -g npm shell: bash