Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 #443

Bump follow-redirects from 1.15.2 to 1.15.4

Bump follow-redirects from 1.15.2 to 1.15.4 #443

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install Node.js 💻
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install locked dependencies 🔧
run: npm ci
- name: Test 🧪
env:
TZ: America/New_York
run: npm test