Skip to content

Bump @types/offscreencanvas from 2019.6.4 to 2019.7.3 #242

Bump @types/offscreencanvas from 2019.6.4 to 2019.7.3

Bump @types/offscreencanvas from 2019.6.4 to 2019.7.3 #242

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- windows-latest
- ubuntu-latest
node_version:
- 16
architecture:
- x64
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm ci
- run: npm run lint
- run: npm run lint-docs
- run: npm run lint-css