Skip to content

fix(deps): update dependency three to ^0.172.0 #312

fix(deps): update dependency three to ^0.172.0

fix(deps): update dependency three to ^0.172.0 #312

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v14
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
run: yarn
- name: Run Lint
run: yarn lint