Skip to content

chore: update workflows to use Node v20 #267

chore: update workflows to use Node v20

chore: update workflows to use Node v20 #267

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
jobs:
lint:
name: Run eslint scanning
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run lint
run: npx jake lint