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

Bump tough-cookie from 4.0.0 to 4.1.3 in /npm #18

Bump tough-cookie from 4.0.0 to 4.1.3 in /npm

Bump tough-cookie from 4.0.0 to 4.1.3 in /npm #18

Workflow file for this run

name: Linux Java8/Node14 Build
on:
push:
branches: [ master ]
pull_request:
branches: [ '**' ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node 14
uses: actions/setup-node@v3
with:
node-version: 14
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
cache: 'maven'
- name: Build & Test
run: |
npm ci
npm run build