Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 #58

Bump follow-redirects from 1.15.2 to 1.15.4

Bump follow-redirects from 1.15.2 to 1.15.4 #58

Workflow file for this run

name: Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 8.9.4 # webtask's nodejs version
- env:
CONFIG_TEST: ${{ secrets.CONFIG_TEST }}
run: echo "$CONFIG_TEST" > config_test.json
- run: yarn install
- run: yarn test