Skip to content

fix(deps): update dependency @types/lodash to v4.17.4 #898

fix(deps): update dependency @types/lodash to v4.17.4

fix(deps): update dependency @types/lodash to v4.17.4 #898

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- main
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build
run: |
yarn --frozen-lockfile
yarn bootstrap
yarn lint
yarn build
env:
CI: true
PUPPETEER_SKIP_DOWNLOAD: true