1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

Update main.yml

This commit is contained in:
Ash Keel 2021-09-18 22:16:31 +02:00 committed by GitHub
parent a0ca60ec60
commit 58768223a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,12 @@ jobs:
- uses: actions/checkout@v1
- name: Setup Go environment
uses: actions/setup-go@v2.1.4
with:
go-version: 17
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Build frontend
run: |
cd frontend