Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 #112

Bump follow-redirects from 1.15.4 to 1.15.6

Bump follow-redirects from 1.15.4 to 1.15.6 #112

Workflow file for this run

name: Node CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x,18.x]
steps:
- uses: actions/checkout@v1
- name: Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install
run: |
npm ci
env:
CI: true
- name: test
run: |
npm run github-test
env:
CI: true