Skip to content

Bump tough-cookie from 4.1.0 to 4.1.3 (#283) #59

Bump tough-cookie from 4.1.0 to 4.1.3 (#283)

Bump tough-cookie from 4.1.0 to 4.1.3 (#283) #59

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: yarn install
- run: yarn test
- run: npm install -g vsce
- run: vsce package