Skip to content

Commit

Permalink
ci: 👷 Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 16, 2024
1 parent 30658d8 commit 4aceffd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,19 @@ jobs:
with:
fetch-depth: 0

- name: setup-node
- name: setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: install and build
- name: enable corepack and pnpm
run: |
corepack enable
corepack prepare pnpm@latest --activate
- name: install dependencies and build
run: |
pnpm install
pnpm build
Expand Down

0 comments on commit 4aceffd

Please sign in to comment.