Skip to content

Fix CI: upgrade to Node 18, pin eslint-plugin-github to 4.3.2, add es… #148

Fix CI: upgrade to Node 18, pin eslint-plugin-github to 4.3.2, add es…

Fix CI: upgrade to Node 18, pin eslint-plugin-github to 4.3.2, add es… #148

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