Skip to content

chore: bump Node to 22 + update GitHub Actions #68

chore: bump Node to 22 + update GitHub Actions

chore: bump Node to 22 + update GitHub Actions #68

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint