Update deploy.yml

to prepare #2996
This commit is contained in:
ligi 2023-06-13 16:39:12 +02:00 committed by GitHub
parent f9d84f39f5
commit 18487a303f
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 16.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Run yarn install
uses: borales/actions-yarn@v4
with: