Skip to content

chore(deps): update dependency @typescript-eslint/eslint-plugin to v7 #908

chore(deps): update dependency @typescript-eslint/eslint-plugin to v7

chore(deps): update dependency @typescript-eslint/eslint-plugin to v7 #908

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 16.x
steps:
- uses: actions/checkout@v3.0.2
- run: corepack enable pnpm
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.4.1
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm i
- run: pnpm run sync # generate .svelte-kit/tsconfig.json
- run: pnpm tsc --noEmit
- run: pnpm run check
- run: pnpm run lint
- run: pnpm run package