Skip to content

Commit

Permalink
ci: use glzr/actions/setup-pnpm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger committed Oct 17, 2024
1 parent 2e552ff commit d25b0ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 25 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/setup
- uses: glzr/actions/setup-pnpm@main
with:
checkout: true
node-version: 20

- run: pnpm build
7 changes: 4 additions & 3 deletions .github/workflows/lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/setup
- uses: glzr/actions/setup-pnpm@main
with:
checkout: true
node-version: 20

- run: pnpm lint
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: glzr/actions/setup-pnpm@main
with:
checkout: true
node-version: 20
fetch-depth: 0

- uses: ./.github/actions/setup

- run: pnpm build

- uses: glzr-io/actions/semantic-release@main
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/setup.yaml

This file was deleted.

0 comments on commit d25b0ca

Please sign in to comment.