Skip to content

Commit

Permalink
ci: Update github-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored Oct 16, 2024
1 parent c0f4041 commit 95ec59f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
name: Install pnpm
- uses: actions/setup-node@v4
name: Install node
with:
node-version: 20.x
cache: pnpm

- run: pnpm install --shamefully-hoist
- run: pnpm build

Expand Down

0 comments on commit 95ec59f

Please sign in to comment.