Skip to content

Bump tough-cookie from 4.0.0 to 4.1.3 #247

Bump tough-cookie from 4.0.0 to 4.1.3

Bump tough-cookie from 4.0.0 to 4.1.3 #247

Workflow file for this run

name: 'Build'
on: [push, pull_request]
jobs:
build:
name: 'Build'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3
- name: 'Node'
uses: actions/setup-node@v3
with:
node-version: 16
- name: 'Install'
run: npm ci
- name: 'Build'
run: npm run build
- name: 'Test'
run: npm run test
env:
IMVU_USERNAME: ${{ secrets.IMVU_USERNAME }}
IMVU_PASSWORD: ${{ secrets.IMVU_PASSWORD }}