Skip to content

Fix CI: downgrade eslint, add missing plugin deps, suppress test inne… #145

Fix CI: downgrade eslint, add missing plugin deps, suppress test inne…

Fix CI: downgrade eslint, add missing plugin deps, suppress test inne… #145

Workflow file for this run

name: Node CI
on: push
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: npm install, build, and test
run: |
npm install
npm test
env:
CI: true