Skip to content

JS - 0.9.76, HF 30 - Private groups - dated-groups fix for groups #347

JS - 0.9.76, HF 30 - Private groups - dated-groups fix for groups

JS - 0.9.76, HF 30 - Private groups - dated-groups fix for groups #347

Workflow file for this run

name: test JS
on:
push:
paths:
- 'golos-lib-js/**'
defaults:
run:
working-directory: golos-lib-js
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
- run: yarn build
- run: yarn test