Skip to content

Set VERSION to v0.4.0-dev (#74) #160

Set VERSION to v0.4.0-dev (#74)

Set VERSION to v0.4.0-dev (#74) #160

Workflow file for this run

name: Node
on:
pull_request:
branches:
- main
- release-*
push:
branches:
- main
- release-*
jobs:
yarn:
name: Run Node checks
runs-on: ubuntu-latest
steps:
- name: Check-out code
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install
working-directory: client/web/antrea-ui/
- run: yarn lint
working-directory: client/web/antrea-ui/
- run: yarn test
working-directory: client/web/antrea-ui/