Skip to content

Merge pull request #110 from Adslot/renovate-eslint #229

Merge pull request #110 from Adslot/renovate-eslint

Merge pull request #110 from Adslot/renovate-eslint #229

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [24.x]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
- run: npm ci --update-notifier=false
- run: npm run lint
- run: npm test