Skip to content

Bump follow-redirects from 1.15.5 to 1.15.6 #42

Bump follow-redirects from 1.15.5 to 1.15.6

Bump follow-redirects from 1.15.5 to 1.15.6 #42

Workflow file for this run

name: build-workflow-telemetry
on:
pull_request:
branches:
- "master"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run all
- name: Verify no unstage changes
run: tests/verify-no-unstaged-changes.sh