Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 (#378) #79

Bump tough-cookie from 4.0.0 to 4.1.3 (#378)

Bump tough-cookie from 4.0.0 to 4.1.3 (#378) #79

Workflow file for this run

name: Build and Deploy Edge version to GH Pages
on:
workflow_dispatch:
push:
branches:
- main
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- name: Install and Build 🔧
run: |
yarn install
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build