Skip to content

Migrate to NodeJS 20 LTS #26

Migrate to NodeJS 20 LTS

Migrate to NodeJS 20 LTS #26

Workflow file for this run

name: Linting
on:
pull_request:
branches: ["*"]
jobs:
test:
name: Run Linting
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run linting
run: npm run lint