Skip to content

Commit

Permalink
Merge pull request #294 from rupato-deriv/Rupato/Fix-cloudflare-workflow
Browse files Browse the repository at this point in the history
fix: cloudflare workdlow
  • Loading branch information
rupato-deriv authored Mar 3, 2025
2 parents d1798a3 + 7ddf35b commit 58cbfc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get cached dependencies
id: cache-npm
uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
path: node_modules
key: npm-${{ hashFiles('./package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Get cached dependencies
id: cache-npm
uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
path: node_modules
key: npm-${{ hashFiles('./package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Get cached dependencies
id: cache-npm
uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf
with:
path: node_modules
key: npm-${{ hashFiles('./package-lock.json') }}
Expand Down

0 comments on commit 58cbfc5

Please sign in to comment.