Skip to content

SQSCANGHA-133 Upgrade the Node version used in UTs + contribution gui… #64

SQSCANGHA-133 Upgrade the Node version used in UTs + contribution gui…

SQSCANGHA-133 Upgrade the Node version used in UTs + contribution gui… #64

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