Update deploy.yml (#3007)

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

View File

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