From 521ac20b99a25a22ebdc111b8ca94dc6d0927fb1 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 9 Apr 2025 11:06:25 +0200 Subject: [PATCH] Use release version of node-build-action Issue-ID: PORTALNG-139 Change-Id: I59da5d68aa9dcbcd9a2820c35bcc926b7b6e66f4 Signed-off-by: Fiete Ostkamp --- .github/workflows/gerrit-verify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 80421a7..46b9fed 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -72,7 +72,7 @@ jobs: - uses: lfit/checkout-gerrit-change-action@54d751e8bd167bc91f7d665dabe33fae87aaaa63 # v0.9 - name: "Build Node.js project" # yamllint disable-line rule:line-length - uses: lfreleng-actions/node-build-action@f9f8933788a08d3d0ba4ed3f63a61461e61bbee8 # 2025-05-02 + uses: lfreleng-actions/node-build-action@v0.1.1 # 2025-04-09 with: NPM_FLAGS: "" -- 2.16.6