Skip to content

fixing the fix for wider compatibility #671

fixing the fix for wider compatibility

fixing the fix for wider compatibility #671

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main, dev]
jobs:
tests:
strategy:
matrix:
platform: [ubuntu-latest]
node-version: ['20']
toolchain: [stable]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Run tests
run: npm ci && npm run test