Skip to content

Fix borderStyle: 'none' (#89) #127

Fix borderStyle: 'none' (#89)

Fix borderStyle: 'none' (#89) #127

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 18
- 16
- 14
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- shell: 'script -q -e -c "bash {0}"' # Workaround for https://github.com/actions/runner/issues/241
run: npm test