Skip to content

bump to use node20 in the GHA runner environment #743

bump to use node20 in the GHA runner environment

bump to use node20 in the GHA runner environment #743

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Node 16 eslint run
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install eslint
run: npm install eslint
- name: Lint
run: make lint