Skip to content

chore: update tests #1680

chore: update tests

chore: update tests #1680

Workflow file for this run

name: Tests
on: push
jobs:
tests:
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '22'
- name: Install modules
run: npm install
- name: Run tests
run: npm test