diff options
author | 2024-08-24 02:58:09 +0100 | |
---|---|---|
committer | 2024-08-24 02:58:09 +0100 | |
commit | 75af187c17a7d0044a72b0ac6ffc9d24be062d44 (patch) | |
tree | aa055255f72a4e0ff12f2a6a3e863368241fe60c | |
parent | Use pnpm in CI (diff) |
Actually install dependencies
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ebe4efa..3f38670 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,7 @@ jobs: - uses: pnpm/action-setup@v4 with: version: 9 + - run: pnpm install - run: pnpm run build-keycloak-theme check_if_version_upgraded: @@ -45,6 +46,7 @@ jobs: - uses: pnpm/action-setup@v4 with: version: 9 + - run: pnpm install - run: pnpm run build-keycloak-theme - uses: softprops/action-gh-release@v2 with: |