Skip to content

Update tests, no longer suggest jsdom-global #55

Update tests, no longer suggest jsdom-global

Update tests, no longer suggest jsdom-global #55

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x, 24.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
env:
WMF_USERNAME: ${{secrets.WMF_USERNAME}}
WMF_PASSWORD: ${{secrets.WMF_PASSWORD}}