Fix node key

This commit is contained in:
asonix 2024-02-14 14:34:00 -06:00
parent 69bdf2f8aa
commit db41195127

View file

@ -65,7 +65,7 @@ jobs:
with:
path: |
node_modules/
key: gem-${{ hashFiles('Gemfile') }}-${{ hashFiles('Gemfile.lock') }}
key: node-${{ hashFiles('package.json') }}-${{ hashFiles('yarn.lock') }}
-
name: Install node packages
if: steps.node-cache.outputs.cache-hit != 'true'