node action added in ci

jobatzil/rename
Enver Bisevac 2022-09-13 01:03:19 +02:00
parent b416d5ce85
commit 89b44d2862
1 changed files with 5 additions and 4 deletions

View File

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