Skip to content

fix: ensure that enrollemnt CA is seleccted on DMS creation #7

fix: ensure that enrollemnt CA is seleccted on DMS creation

fix: ensure that enrollemnt CA is seleccted on DMS creation #7

Workflow file for this run

name: Build Workflow
on:
push:
jobs:
build:
name: "Build project"
runs-on: ubuntu-latest
env:
NODE_OPTIONS: "--max-old-space-size=16384 --openssl-legacy-provider"
GENERATE_SOURCEMAP: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Build project
run: |
npm run build