Skip to content

Bump eslint from 8.44.0 to 8.45.0 #54

Bump eslint from 8.44.0 to 8.45.0

Bump eslint from 8.44.0 to 8.45.0 #54

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 20
- run: npm install
- run: npm test