Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Bump tough-cookie from 4.0.0 to 4.1.3 #33

Bump tough-cookie from 4.0.0 to 4.1.3

Bump tough-cookie from 4.0.0 to 4.1.3 #33

Workflow file for this run

name: Build the application
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
npm install
npm run build