Skip to content

Commit

Permalink
[C8 BE*] CI/CD Actions v15
Browse files Browse the repository at this point in the history
  • Loading branch information
RazinSyakib43 committed Aug 28, 2024
1 parent a5cde12 commit 79538a3
Show file tree
Hide file tree
Showing 2 changed files with 519 additions and 499 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
with:
node-version: '20'

- name: Clean Yarn Cache
run: yarn cache clean

- name: Remove Node Modules
run: rm -rf node_modules

- name: Install dependencies
run: yarn install

Expand Down
Loading

0 comments on commit 79538a3

Please sign in to comment.