Skip to content

Commit

Permalink
ci(github): fixed hash files
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Feb 12, 2024
1 parent 75cb1eb commit 44e9610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/cache@v4
with:
path: 'node_modules'
key: ${{ runner.os }}-node_module-${{ hashFile('package*.json') }}-${{ hashFile('.github/workflows/node.yml') }}
key: ${{ runner.os }}-node_module-${{ hashFiles('package*.json') }}-${{ hashFiles('.github/workflows/node.yml') }}
- name: 'Setup node ⚙️'
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 44e9610

Please sign in to comment.