Skip to content

Fix CI: revert eslint to ^7.32.0, pin eslint-plugin-github to 4.2.0, … #107

Fix CI: revert eslint to ^7.32.0, pin eslint-plugin-github to 4.2.0, …

Fix CI: revert eslint to ^7.32.0, pin eslint-plugin-github to 4.2.0, … #107

Workflow file for this run

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