Skip to content

Commit

Permalink
chore: remove Node and PNPM setup from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Dec 14, 2024
1 parent e62e137 commit fd39f3a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,6 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4

- name: Setup Node 20
uses: actions/setup-node@v4
with:
node-version: 20

- name: Setup PNPM
uses: pnpm/action-setup@v4
with:
version: 9.15.0

- name: Install dependencies
run: cd ui && pnpm install

- name: Build Packages
run: cd ui && pnpm build-packages

- name: Build UI
run: cd ui && pnpm build

- name: Build with Gradle Wrapper
run: |
chmod +x ./gradlew
Expand Down

0 comments on commit fd39f3a

Please sign in to comment.