Update deploy.yml

To prepare #2996
This commit is contained in:
ligi 2023-06-13 16:40:04 +02:00 committed by GitHub
parent f9d84f39f5
commit f9e27aecae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,10 @@ jobs:
- name: Build
run: |
./gradlew run
- name: Set Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Run yarn install
uses: borales/actions-yarn@v4
with: