mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
node action added in ci
This commit is contained in:
parent
46b4b98d1f
commit
cad145b4ae
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -24,10 +24,11 @@ jobs:
|
||||
with:
|
||||
node-version: 16
|
||||
cache: 'npm'
|
||||
- run: cd web
|
||||
- run: yarn install
|
||||
- run: yarn build
|
||||
- run: cd ..
|
||||
- name: install required node packages
|
||||
working-directory: web
|
||||
run: |
|
||||
yarn install
|
||||
yarn build
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user