Skip to content

build(deps): bump jsdom from 24.1.1 to 25.0.0 in /export-server #254

build(deps): bump jsdom from 24.1.1 to 25.0.0 in /export-server

build(deps): bump jsdom from 24.1.1 to 25.0.0 in /export-server #254

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Display version information
run: node --version && npm --version
- name: Install NPM packages
run: cd "$GITHUB_WORKSPACE"/export-server && npm install
- name: Tests
run: cd "$GITHUB_WORKSPACE"/export-server && ./test.sh