Skip to content

build(deps): bump ws from 8.16.0 to 8.18.0 #3

build(deps): bump ws from 8.16.0 to 8.18.0

build(deps): bump ws from 8.16.0 to 8.18.0 #3

Workflow file for this run

on: ["pull_request"]
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: yarn install, yarn test:coverage
run: |
yarn install
echo repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }} > .coveralls.yml
yarn test:coverage
- name: Coveralls
uses: romeovs/[email protected]
with:
lcov-file: ./coverage/lcov.info