Skip to content

add instance index to config and option to update the config service #194

add instance index to config and option to update the config service

add instance index to config and option to update the config service #194

Workflow file for this run

name: Build
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '22.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build-sdk