Skip to content

Bump tough-cookie from 4.1.2 to 4.1.3 #33

Bump tough-cookie from 4.1.2 to 4.1.3

Bump tough-cookie from 4.1.2 to 4.1.3 #33

Workflow file for this run

name: Validate
on: [pull_request]
jobs:
validate-code:
name: Test GH action with unit testing
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: 16
check-latest: true
- name: Install dependencies
run: npm ci
- name: Run Unit tests
run: npm test -- --ci