Skip to content

Updated to use Node20 (#24) #49

Updated to use Node20 (#24)

Updated to use Node20 (#24) #49

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
jobs:
test:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm install
- run: npm run lint