Skip to content

Commit

Permalink
ci: fix pkg cache type
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 26, 2024
1 parent 6c455a2 commit c6bbee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
# cache: 'yarn'
cache: 'npm'

- name: Fetch deps
run: npm ci
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache: 'npm'

- name: Fetch deps
run: npm ci
Expand Down

0 comments on commit c6bbee6

Please sign in to comment.