Skip to content

Bump @typescript-eslint/parser from 6.4.1 to 6.5.0 #697

Bump @typescript-eslint/parser from 6.4.1 to 6.5.0

Bump @typescript-eslint/parser from 6.4.1 to 6.5.0 #697

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Using Node 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Update npm version to latest
run: npm install -g npm@latest # shop showing warnings about the lockfile
- name: Install dependencies
run: npm install
- name: Compile
run: npm run build