Skip to content

Bump tough-cookie and @cypress/request #370

Bump tough-cookie and @cypress/request

Bump tough-cookie and @cypress/request #370

Workflow file for this run

name: Build SDK
on:
pull_request:
push:
branches:
- master
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm install
- run: npm run prettier -- --check
- run: npm run lint
- run: npm run build
- run: npm run test
- run: npm run spellcheck