Skip to content

Commit

Permalink
Updating dependency actions
Browse files Browse the repository at this point in the history
  • Loading branch information
coreybutler committed Mar 11, 2024
1 parent 7a9016e commit 97a2e50
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 @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare Dependency Cache
uses: actions/cache@v3
uses: actions/cache@v3.2.2
with:
path: node_modules
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 97a2e50

Please sign in to comment.