Skip to content

chore(deps): bump grpcio from 1.65.1 to 1.66.1 in /key_words #494

chore(deps): bump grpcio from 1.65.1 to 1.66.1 in /key_words

chore(deps): bump grpcio from 1.65.1 to 1.66.1 in /key_words #494

Workflow file for this run

name: Node Test
defaults:
run:
working-directory: frontend
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v3.0.0
with:
cmd: --cwd frontend install # will run `yarn install` command
- uses: borales/actions-yarn@v3.0.0
with:
cmd: --cwd frontend lint
- uses: borales/actions-yarn@v3.0.0
with:
cmd: --cwd frontend build # will run `yarn build` command