Cleanup
This commit is contained in:
@@ -10,6 +10,8 @@ on:
|
||||
required: true
|
||||
ACTIVE_MQ_ADMIN_PASSWORD:
|
||||
required: true
|
||||
NODE_VERSION:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -22,10 +24,12 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node 21
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 21
|
||||
node-version: $NODE_VERSION
|
||||
env:
|
||||
NODE_VERSION: ${{ secrets.NODE_VERSION }}
|
||||
|
||||
- name: Run NPM install
|
||||
run: |
|
||||
@@ -38,7 +42,7 @@ jobs:
|
||||
NPM_NEXUS_AUTH: ${{ secrets.NPM_NEXUS_AUTH }}
|
||||
|
||||
- name: Run NPM build
|
||||
run: npm run build
|
||||
run: npm run build-prod
|
||||
|
||||
- name: Setup AWS Cli
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user