Skip to content

Commit

Permalink
Improve build and caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Gared committed Nov 11, 2024
1 parent c8c13f9 commit 9c909bb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,17 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- name: Setup Node.js Environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Install app dependencies
run: pnpm install
env:
CI: false
- name: Build app
run: pnpm run build
- name: Upload artifact
Expand Down

0 comments on commit 9c909bb

Please sign in to comment.