Skip to content

Bump follow-redirects from 1.14.9 to 1.15.6 #311

Bump follow-redirects from 1.14.9 to 1.15.6

Bump follow-redirects from 1.14.9 to 1.15.6 #311

Workflow file for this run

name: Build And Test All Packages
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Install packages
run: yarn install
- name: lint
run: yarn lint
- name: build
run: |
yarn build
yarn generate-bytecode