Skip to content

Support for the new Node LTS (version 20) #3653

Support for the new Node LTS (version 20)

Support for the new Node LTS (version 20) #3653

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- support/*
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
- run: npm install --omit=production
- run: npm run lint