node action added in ci

This commit is contained in:
Enver Bisevac 2022-09-13 01:03:19 +02:00
parent b416d5ce85
commit 89b44d2862

View File

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