Skip to content

build(deps-dev): bump follow-redirects from 1.15.3 to 1.15.6 #252

build(deps-dev): bump follow-redirects from 1.15.3 to 1.15.6

build(deps-dev): bump follow-redirects from 1.15.3 to 1.15.6 #252

Workflow file for this run

name: CI Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: sudo setcap 'cap_net_bind_service=+ep' $(readlink -f $(which node))
- run: npm install
- run: npm run build --if-present
- run: npm run test_with_coverage --unsafe-perm