Skip to content

build(deps): bump cookie, @probot/pino and express #286

build(deps): bump cookie, @probot/pino and express

build(deps): bump cookie, @probot/pino and express #286

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: npm
- run: npm ci
- run: npm test