Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 in /statusboard #662

Bump tough-cookie from 4.0.0 to 4.1.3 in /statusboard

Bump tough-cookie from 4.0.0 to 4.1.3 in /statusboard #662

name: Statusboard tests
on:
push:
paths:
- 'statusboard/**'
pull_request:
paths:
- 'statusboard/**'
workflow_dispatch:
jobs:
statusboard-test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: statusboard
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- run: yarn --frozen-lockfile
- run: yarn run test