Skip to content

Bump @types/eslint from 8.56.4 to 8.56.6 #23

Bump @types/eslint from 8.56.4 to 8.56.6

Bump @types/eslint from 8.56.4 to 8.56.6 #23

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