Skip to content

Run MR pipeline against supported node.js runtimes 20, 22 and 24 #474

Run MR pipeline against supported node.js runtimes 20, 22 and 24

Run MR pipeline against supported node.js runtimes 20, 22 and 24 #474

Workflow file for this run

name: PR Build

Check failure on line 1 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

(Line: 11, Col: 25): A sequence was not expected
on: pull_request
jobs:
code-quality:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: ['20.x', '22.x', '24.x']
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run cover
- run: npm run format:check