Skip to content

Bump @typescript-eslint/parser from 6.1.0 to 6.13.1 #334

Bump @typescript-eslint/parser from 6.1.0 to 6.13.1

Bump @typescript-eslint/parser from 6.1.0 to 6.13.1 #334

Workflow file for this run

name: Build Test
on: [pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
environment: deploy
steps:
- name: Checkout Commit
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install pnpm
run: npm i --location=global pnpm
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build
env:
LOCALE_CI: en