Skip to content

Commit

Permalink
Fix typo in caching
Browse files Browse the repository at this point in the history
  • Loading branch information
guidoderooij committed Mar 21, 2024
1 parent 353c137 commit e8e6393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ matrix.node-version }}-${{ runner.OS }}-build-${{ hashFiles('package.json') }}

- name: Install
if: ${{ steps.cache-modules.output.cache-hit != 'true' }}
if: ${{ steps.cache-modules.outputs.cache-hit != 'true' }}
run: npm install

- name: Test
Expand Down

0 comments on commit e8e6393

Please sign in to comment.