Skip to content

Merge pull request #379 from commjoen/dependabot/npm_and_yarn/npm-11.… #1565

Merge pull request #379 from commjoen/dependabot/npm_and_yarn/npm-11.…

Merge pull request #379 from commjoen/dependabot/npm_and_yarn/npm-11.… #1565

Workflow file for this run

name: Run Tests
permissions:
contents: read
on:
push:
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: node server.js &
- run: npm run test:ci
- name: Fetch full git history for version injection
run: git fetch --unshallow || true