Skip to content

Bump ws from 7.4.6 to 7.5.10 #896

Bump ws from 7.4.6 to 7.5.10

Bump ws from 7.4.6 to 7.5.10 #896

Workflow file for this run

name: Test all
on:
push:
branches:
- master
- '[0-9]+.[0-9]+.x'
tags:
- '**'
pull_request:
branches:
- master
- '[0-9]+.[0-9]+.x'
jobs:
node:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '15'
- name: Install dependencies
run: |
npm install -g grunt-cli grunt yarn
yarn
- name: tests
run: grunt test
- name: build
run: grunt build