Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 #68

Bump follow-redirects from 1.15.2 to 1.15.4

Bump follow-redirects from 1.15.2 to 1.15.4 #68

Workflow file for this run

# This workflow will do a clean installation of node dependencies using lerna, cache/restore them, build the source code and run tests across different versions of node
name: Docker build test CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run docker build
run: docker build -f Dockerfile.dev -t example-opr ../..
working-directory: examples/local-starter