Skip to content

SQSCANGHA-134 Upgrade the libraries to latest version #66

SQSCANGHA-134 Upgrade the libraries to latest version

SQSCANGHA-134 Upgrade the libraries to latest version #66

Workflow file for this run

name: Unit tests
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "24"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test