Skip to content

Bump tough-cookie from 4.0.0 to 4.1.4 #60

Bump tough-cookie from 4.0.0 to 4.1.4

Bump tough-cookie from 4.0.0 to 4.1.4 #60

Workflow file for this run

name: CI Build
on:
push:
branches: [ main, heroku ]
pull_request:
branches: [ main, heroku ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
test:
runs-on: ubuntu-latest
# permissions:
# checks: write
# pull-requests: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm test
# - uses: ArtiomTr/jest-coverage-report-action@v2.0.5
# with:
# skip-step: all
# coverage-file: ./.coverage/report.json
# base-coverage-file: ./.coverage/report.json
# if: github.event_name == 'pull_request'