Skip to content

Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0 #965

Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0

Bump @typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0 #965

Workflow file for this run

name: Gulp Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'pnpm'
- name: Build
run: pnpm i --frozen-lockfile
- run: pnpm run build