Skip to content

build(deps): bump vm2 from 3.9.9 to 3.9.15 #39

build(deps): bump vm2 from 3.9.9 to 3.9.15

build(deps): bump vm2 from 3.9.9 to 3.9.15 #39

Workflow file for this run

name: api-docs lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.14.2
uses: actions/setup-node@v3
with:
node-version: 16.14.2
cache: 'yarn'
- run: yarn
- run: yarn api-docs:lint