Skip to content

Bump @eslint/js from 9.2.0 to 9.9.0 #286

Bump @eslint/js from 9.2.0 to 9.9.0

Bump @eslint/js from 9.2.0 to 9.9.0 #286

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
unit:
name: Unit Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- name: Install Dependencies
run: npm install
#- name: Run Lint
# run: npm run lint
- name: Run Tests
run: npm test