Skip to content

Bump follow-redirects from 1.14.7 to 1.15.6 #2618

Bump follow-redirects from 1.14.7 to 1.15.6

Bump follow-redirects from 1.14.7 to 1.15.6 #2618

Workflow file for this run

name: Preview
on:
pull_request:
branches:
- 'v[0-9]+'
jobs:
publish-previews:
name: Publish Preview Packages
runs-on: ubuntu-20.04
if: contains(github.event.pull_request.labels.*.name, 'preview')
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
registry-url: https://registry.npmjs.org
- name: Publish PR Preview
uses: thefrontside/actions/publish-pr-preview@v2
with:
INSTALL_SCRIPT: yarn install && yarn prepack
env:
GITHUB_TOKEN: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.FRONTSIDEJACK_NPM_TOKEN }}