Skip to content

chore: release v8.1.0 #1682

chore: release v8.1.0

chore: release v8.1.0 #1682

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