Skip to content

Commit

Permalink
ci: update ci pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanobartoletti committed Feb 4, 2025
1 parent 0130c20 commit aa085c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm

- run: npm install --global corepack@latest

- run: corepack enable

- name: 📦 Install dependencies
run: pnpm install
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: pnpm
- run: npm install --global corepack@latest
- run: corepack enable

# Pick your own package manager and build script
- run: pnpm install
- run: pnpm dev:generate --preset=github-pages
Expand Down

0 comments on commit aa085c5

Please sign in to comment.