Skip to content

Bump tough-cookie from 4.1.2 to 4.1.3 in /app #17

Bump tough-cookie from 4.1.2 to 4.1.3 in /app

Bump tough-cookie from 4.1.2 to 4.1.3 in /app #17

Workflow file for this run

name: Build and test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 10.x
registry-url: https://registry.npmjs.org/
- name: Install lib dependencies
run: cd lib && npm install
- name: Build library
run: cd lib && npm run build