Skip to content

Bump @typescript-eslint/parser from 6.2.0 to 6.3.0 #1418

Bump @typescript-eslint/parser from 6.2.0 to 6.3.0

Bump @typescript-eslint/parser from 6.2.0 to 6.3.0 #1418

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18.x]
name: Node ${{ matrix.node }} run
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- run: npm install
- run: make test