Skip to content

Commit

Permalink
Use pnpm in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Aug 24, 2024
1 parent 4839f2b commit ae489c1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: bahmutov/npm-install@v1
- run: npm run build-keycloak-theme
- uses: pnpm/action-setup@v4
with:
version: 9
- run: pnpm run build-keycloak-theme

check_if_version_upgraded:
name: Check if version upgrade
Expand All @@ -40,8 +42,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: bahmutov/npm-install@v1
- run: npm run build-keycloak-theme
- uses: pnpm/action-setup@v4
with:
version: 9
- run: pnpm run build-keycloak-theme
- uses: softprops/action-gh-release@v2
with:
name: Release v${{ needs.check_if_version_upgraded.outputs.to_version }}
Expand Down

0 comments on commit ae489c1

Please sign in to comment.