Skip to content

Bump @typescript-eslint/parser from 6.2.0 to 6.2.1 #169

Bump @typescript-eslint/parser from 6.2.0 to 6.2.1

Bump @typescript-eslint/parser from 6.2.0 to 6.2.1 #169

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: 🧪 Run Tests
run: npm test