Skip to content
This repository was archived by the owner on Jul 31, 2026. It is now read-only.

Bump follow-redirects from 1.15.6 to 1.16.0 #80

Bump follow-redirects from 1.15.6 to 1.16.0

Bump follow-redirects from 1.15.6 to 1.16.0 #80

Workflow file for this run

name: Tests
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npx hardhat test
env:
CI: true
# These are not needed for the tests but
# hardhat fails to start when not present.
NODE_URL_RINKEBY: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
NODE_URL_MAINNET: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
PRIVATE_KEY: "00000000000000000000000000000000000000000000000000"