Skip to content

Bump @typescript-eslint/parser from 5.55.0 to 5.59.1 #137

Bump @typescript-eslint/parser from 5.55.0 to 5.59.1

Bump @typescript-eslint/parser from 5.55.0 to 5.59.1 #137

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@v3
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
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