Skip to content

Merge pull request #59 from L4B0MB4/dependabot/npm_and_yarn/ws-5.2.4 #68

Merge pull request #59 from L4B0MB4/dependabot/npm_and_yarn/ws-5.2.4

Merge pull request #59 from L4B0MB4/dependabot/npm_and_yarn/ws-5.2.4 #68

Workflow file for this run

name: Testing
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test