node action added in ci

jobatzil/rename
Enver Bisevac 2022-09-13 01:00:38 +02:00
parent e2d3baf58a
commit b416d5ce85
1 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,14 @@ jobs:
with:
go-version: 1.17
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
working-directory: ./web
with:
node-version: 16
cache: 'npm'
run: |
yarn install
yarn build
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with: