Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.1.0 #355

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.1.0

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.1.0 #355

Workflow file for this run

name: Test
on: push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- run: npm run lint
build:
name: Node ${{ matrix.node }}
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 18]
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: npm run pkg-ok