Skip to content

Replace the test utility function streamToString with text from `… #206

Replace the test utility function streamToString with text from `…

Replace the test utility function streamToString with text from `… #206

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Test with Node.js v${{ matrix.node }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: ["18", "20"]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js v${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: npm install and test
run: npm install-test