Skip to content

chore(deps): bump ws from 6.2.2 to 6.2.3 (#115) #211

chore(deps): bump ws from 6.2.2 to 6.2.3 (#115)

chore(deps): bump ws from 6.2.2 to 6.2.3 (#115) #211

Workflow file for this run

name: CI
on:
- push
jobs:
ci:
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: Run CI
run: |
yarn
yarn build