Skip to content

build(deps-dev): bump tape from 5.8.1 to 5.9.0 #269

build(deps-dev): bump tape from 5.8.1 to 5.9.0

build(deps-dev): bump tape from 5.8.1 to 5.9.0 #269

Workflow file for this run

name: Tape
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18.x
- 20.x
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Run tests
run: |
npm ci
npm run test