Skip to content

chore: migrate to node 20 #32

chore: migrate to node 20

chore: migrate to node 20 #32

Workflow file for this run

on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-20.04
strategy:
fail-fast: true
name: eslint
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install
run: npm install
- name: Lint
run: npm run lint