Skip to content

Commit

Permalink
node action added in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
enver-bisevac committed Sep 12, 2022
1 parent b416d5c commit 89b44d2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
yarn install
yarn build
- run: |
pushd web
yarn install
yarn build
popd
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 89b44d2

Please sign in to comment.