Skip to content

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #166

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

build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 #166

Workflow file for this run

name: CI
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
services:
solr:
image: solr:7.7.3
ports:
- 8983:8983
options: >-
--health-cmd "curl --fail http://0.0.0.0:8983/solr/admin/cores || exit 1"
--health-interval 10s
--health-timeout 5s
--health-retries 5
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run coverage
env:
CI: true
- name: Coveralls
uses: coverallsapp/github-action@v1