Skip to content

Commit

Permalink
chore: ci yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed Nov 26, 2023
1 parent 8264ae4 commit 4a6db7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Frontend Build & Lint
on: ["pull_request", "push"]

jobs:
test:
build:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -13,6 +13,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
cache-dependency-path: 'neetbox/frontend/yarn.lock'
- name: setup yarn
run: corepack enable
- run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 4a6db7c

Please sign in to comment.