Skip to content

chore: bump to version v0.2.2 #16

chore: bump to version v0.2.2

chore: bump to version v0.2.2 #16

Workflow file for this run

name: ic-websocket-sdk-js tests
# only run when a commit is pushed to the main branch
on:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
cache-dependency-path: "package-lock.json"
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test