Skip to content

Commit

Permalink
fixup! Refactor(ci): Use setup-node cache instead of bahmutov/npm-ins…
Browse files Browse the repository at this point in the history
…tall
  • Loading branch information
literat committed Jul 19, 2024
1 parent 86a4584 commit f6c9445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Enable Corepack
run: corepack enable

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'

- name: Enable Corepack
run: corepack enable

- name: Fetch Git history
run: git fetch --no-tags --depth=50 origin main

Expand Down

0 comments on commit f6c9445

Please sign in to comment.