Skip to content

Use stdout.isTTY instead of tty.isatty #61

Use stdout.isTTY instead of tty.isatty

Use stdout.isTTY instead of tty.isatty #61

Workflow file for this run

name: Legacy Node Tests
on: [push, pull_request]
jobs:
test:
env:
NODE_ENV: development
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Test
run: |
npm install && npm install tape
FORCE_COLOR= npx tape tests/index.test.cjs