From: Kevin Sandi Date: Wed, 2 Apr 2025 18:56:34 +0000 (-0600) Subject: CI: Update build nodejs GH action X-Git-Tag: 0.1.3~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F46%2F140646%2F1;p=portal-ng%2Fui.git CI: Update build nodejs GH action Issue-ID: CIMAN-33 Signed-off-by: Kevin Sandi Change-Id: I8d702ca65deaf1f14fc6bc97ec0d58a1283a0c45 --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 1a60530..80421a7 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -72,7 +72,9 @@ jobs: - uses: lfit/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63 # v0.9 - name: "Build Node.js project" # yamllint disable-line rule:line-length - uses: lfit/releng-reusable-workflows/.github/actions/node-build-action@5db64208d04fdb0558e8a3a1a1a762b88ffd483e # 2024-09-24 + uses: lfreleng-actions/node-build-action@f9f8933788a08d3d0ba4ed3f63a61461e61bbee8 # 2025-05-02 + with: + NPM_FLAGS: "" report-status: if: ${{ always() }}