Skip to content

Testing an upgrade to Next 15 and NPM #5

Testing an upgrade to Next 15 and NPM

Testing an upgrade to Next 15 and NPM #5

Workflow file for this run

name: Lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm i
- run: npm run lint