Skip to content

Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.18.0 in /src/ui #64

Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.18.0 in /src/ui

Bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.18.0 in /src/ui #64

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/ui
strategy:
matrix:
node-version: ["18.x", "20.x"]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install pnpm -g
- run: pnpm install