Skip to content

chore(deps): update dependency zx to ^7.2.3 (#389) #2804

chore(deps): update dependency zx to ^7.2.3 (#389)

chore(deps): update dependency zx to ^7.2.3 (#389) #2804

Workflow file for this run

name: lint
on:
push:
branches:
- main
- 'renovate/**'
pull_request:
jobs:
lint:
name: Node.js ubuntu-latest 16.x
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint