Skip to content

build(deps): bump word-wrap from 1.2.3 to 1.2.5 #171

build(deps): bump word-wrap from 1.2.3 to 1.2.5

build(deps): bump word-wrap from 1.2.3 to 1.2.5 #171

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
node:
- '18'
- '16'
package:
- barnard59
- barnard59-core
- barnard59-rdf
- barnard59-sparql
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npx c8 --reporter lcovonly --reporter text wsrun --no-prefix -p ${{ matrix.package }} -c test
- name: Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: ${{ matrix.package }}
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm ci
- run: npm run lint