Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon-to committed May 25, 2024
1 parent 98aa2b5 commit 0b0e085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 0b0e085

Please sign in to comment.