Skip to content

feat DO-1593: add support for non-mono repo #3

feat DO-1593: add support for non-mono repo

feat DO-1593: add support for non-mono repo #3

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.release.target_commitish }}
- run: docker build --build-arg NODE_TAG=20 .