Skip to content

feat: replace globby with tinyglobby and remove get-stdin in favor of stream.consumers.text #175

feat: replace globby with tinyglobby and remove get-stdin in favor of stream.consumers.text

feat: replace globby with tinyglobby and remove get-stdin in favor of stream.consumers.text #175

Workflow file for this run

name: Node.js CI
on:
push:
branches: master
pull_request:
jobs:
test:
strategy:
matrix:
node: [18, 20]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- run: git config --global core.autocrlf input
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run ci