Skip to content

Bump follow-redirects from 1.15.5 to 1.15.6 in /publish/AdapterBackblazeB2 #82

Bump follow-redirects from 1.15.5 to 1.15.6 in /publish/AdapterBackblazeB2

Bump follow-redirects from 1.15.5 to 1.15.6 in /publish/AdapterBackblazeB2 #82

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- "*"
jobs:
test-local:
runs-on: ubuntu-latest
name: Test Node.JS ${{matrix.node-version}}
strategy:
matrix:
node-version: ["18.x", "20.x", "21.x"]
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{matrix.node-version}}
- uses: actions/[email protected]
with:
path: |
node_modules
key: node-modules-cache-${{matrix.node-version}}-${{runner.os}}-${{hashFiles('package-lock.json')}}-${{github.ref}}
restore-keys: |
node-modules-cache-${{matrix.node-version}}-${{runner.os}}-${{hashFiles('package-lock.json')}}-
node-modules-cache-${{matrix.node-version}}-${{runner.os}}-
- run: npm ci
- run: npm run test-local
# - run: npm run test-minio-2