Skip to content

tapspace test run by axelpale #45

tapspace test run by axelpale

tapspace test run by axelpale #45

Workflow file for this run

name: Tapspace.js CI
run-name: tapspace test run by ${{ github.actor }}
on: [push]
jobs:
tapspace-headless:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test