Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 #20

Bump tough-cookie from 4.0.0 to 4.1.3

Bump tough-cookie from 4.0.0 to 4.1.3 #20

Workflow file for this run

# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and deploy it to github pages
name: Node.js CI
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: '>=14.17'
cache: 'npm'
- run: npm install
- run: npm run build
- run: npm test
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: build