Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Update deploy-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLangarica authored Feb 29, 2024
1 parent 6c0d4f3 commit 7b0e1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 'latest'
cache: 'yarn'
cache: 'npm'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Setup Pages
Expand Down

0 comments on commit 7b0e1a4

Please sign in to comment.