Skip to content

chore(ci): add Node.js v20 to CI #1624

chore(ci): add Node.js v20 to CI

chore(ci): add Node.js v20 to CI #1624

Workflow file for this run

permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
env:
FORCE_COLOR: '1'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: ./.github/actions/prepare
- run: npm run lint
name: Lint
on: [push, pull_request]