Skip to content

Bump tough-cookie from 4.0.0 to 4.1.4 #364

Bump tough-cookie from 4.0.0 to 4.1.4

Bump tough-cookie from 4.0.0 to 4.1.4 #364

Workflow file for this run

name: CI
on:
push:
branches:
- v2.x
- master
pull_request:
branches:
- v2.x
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm run ci
env:
CI: true
- name: Collect coverage info to Coveralls
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info