Skip to content

add comments & release procedure #65

add comments & release procedure

add comments & release procedure #65

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@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
env:
WMF_USERNAME: ${{secrets.WMF_USERNAME}}
WMF_PASSWORD: ${{secrets.WMF_PASSWORD}}