Skip to content

Bump @typescript-eslint/parser from 7.1.0 to 7.6.0 #32

Bump @typescript-eslint/parser from 7.1.0 to 7.6.0

Bump @typescript-eslint/parser from 7.1.0 to 7.6.0 #32

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "18.x"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test