Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 1d434d4

Browse files
committed
Fix CI and release automation
1 parent 7843ba3 commit 1d434d4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ jobs:
1717
with:
1818
distribution: liberica
1919
java-version: ${{ matrix.java }}
20+
- name: Setup Node.js
21+
uses: actions/setup-node@v4
22+
with:
23+
node-version: '20'
24+
- name: Install npm packages
25+
run: |
26+
npm install @vaadin/hilla-lit-form
27+
npm install @vaadin/hilla-react-signals
2028
- name: Setup Gradle
2129
uses: gradle/actions/setup-gradle@v4
2230
- name: Build with Gradle

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ jobs:
1818
with:
1919
distribution: liberica
2020
java-version: 21
21+
- name: Setup Node.js
22+
uses: actions/setup-node@v4
23+
with:
24+
node-version: '20'
25+
- name: Install npm packages
26+
run: |
27+
npm install @vaadin/hilla-lit-form
28+
npm install @vaadin/hilla-react-signals
2129
- name: Setup Gradle
2230
uses: gradle/actions/setup-gradle@v4
2331
- name: Build artifact

0 commit comments

Comments
 (0)