Skip to content

Commit

Permalink
fix: update action cache in ci pipelne
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Mar 5, 2025
1 parent 1fed969 commit ea2d7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Cache Node Modules
id: cache-node-modules
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: node_modules
key: node-modules-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit ea2d7c5

Please sign in to comment.