8000 extract `lib/` to `tape-lib` subpackage · tape-testing/tape@e47b9e2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

extract lib/ to tape-lib subpackage #247

extract lib/ to tape-lib subpackage

extract lib/ to tape-lib subpackage #247

Workflow file for this run

name: 'Tests: node.js < 10'
on: [pull_request, push]
jobs:
tests:
uses: ljharb/actions/.github/workflows/node.yml@main
with:
range: '< 10'
type: minors
command: npm run tests-only
subpackage: ./lib
0