Skip to content

build(deps): bump ws from 7.5.6 to 7.5.10 in /gnote.ts #29

build(deps): bump ws from 7.5.6 to 7.5.10 in /gnote.ts

build(deps): bump ws from 7.5.6 to 7.5.10 in /gnote.ts #29

name: Gnote (Typescript)
on:
push:
paths:
- gnote.ts/**
defaults:
run:
working-directory: gnote.ts
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
cache: yarn
cache-dependency-path: gnote.ts/yarn.lock
- run: yarn
- run: yarn lint
- run: yarn test