Skip to content

feat(deps): bump ws from 8.5.0 to 8.18.0 #84

feat(deps): bump ws from 8.5.0 to 8.18.0

feat(deps): bump ws from 8.5.0 to 8.18.0 #84

Workflow file for this run

name: Test
on:
push:
branches:
- master
- "[0-9]+.[0-9]+.x"
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [14, 16, 18, 20, 22]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- name: Install
run: yarn install --pure-lockfile
- name: Test
run: yarn test:cov
- uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
coverage:
needs: test
runs-on: ubuntu-latest
steps:
- uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true