Skip to content

Merge pull request #122 from Adslot/dependabot/npm_and_yarn/npm_and_y… #249

Merge pull request #122 from Adslot/dependabot/npm_and_yarn/npm_and_y…

Merge pull request #122 from Adslot/dependabot/npm_and_yarn/npm_and_y… #249

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