mirror of
https://github.com/harness/drone.git
synced 2025-05-10 22:21:22 +08:00
node action added in ci
This commit is contained in:
parent
b416d5ce85
commit
89b44d2862
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user