Skip to content

Merge pull request #863 from calibreapp/dependabot/npm_and_yarn/ts-je… #1284

Merge pull request #863 from calibreapp/dependabot/npm_and_yarn/ts-je…

Merge pull request #863 from calibreapp/dependabot/npm_and_yarn/ts-je… #1284

Workflow file for this run

name: Test Node.js
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [20.x, 22.x, 24.x]
os: [ubuntu-latest, windows-latest, macos-latest]
timeout-minutes: 5
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm link
- run: npm run lint