Skip to content

Commit

Permalink
Updated config and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Jul 20, 2024
1 parent 7953132 commit 7764df9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15,694 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache: npm

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
cache: npm

- name: Install dependencies
run: npm ci
Expand Down
Loading

0 comments on commit 7764df9

Please sign in to comment.