Skip to content

Migrate to Node.js's test runner from Jest #2177

Migrate to Node.js's test runner from Jest

Migrate to Node.js's test runner from Jest #2177

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# https://nodejs.org/en/about/releases/
node-version: ['20', '22']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build