Skip to content

Bump ws from 5.2.2 to 5.2.4 in /Code/NodeJS #60

Bump ws from 5.2.2 to 5.2.4 in /Code/NodeJS

Bump ws from 5.2.2 to 5.2.4 in /Code/NodeJS #60

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: borales/[email protected]
- name: yarn install and test
working-directory: ./Code/NodeJS
run: |
yarn install
yarn test --coverage
env:
CI: true
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}