Skip to content

Bump follow-redirects from 1.15.4 to 1.15.9 #102

Bump follow-redirects from 1.15.4 to 1.15.9

Bump follow-redirects from 1.15.4 to 1.15.9 #102

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 21
- 20
- 18
- 16
name: Node ${{ matrix.node-version }} sample
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install --ignore-scripts
- env:
CONVERT_API_SECRET: ${{ secrets.CONVERTAPI_SECRET }}
run: npm test
- run: npm run build
- env:
CONVERT_API_SECRET: ${{ secrets.CONVERTAPI_SECRET }}
run: npm run test:examples