Skip to content

chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 #8

chore(deps): bump tough-cookie from 4.1.2 to 4.1.3

chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 #8

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
# - name: Set NPM Variables
# run: echo "$PACKAGES_NPMRC" > .npmrc
# env:
# PACKAGES_NPMRC: ${{ secrets.PACKAGES_NPMRC }}
- name: Install packages
run: yarn install
- name: Tests
run: yarn test