From 6a2006157139aa2d29fec4158afe3635f8b7a0e4 Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Mon, 19 May 2025 15:24:11 +0300 Subject: [PATCH] Update npmTests.yml --- .github/workflows/npmTests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npmTests.yml b/.github/workflows/npmTests.yml index 792e26def..87fdb6844 100644 --- a/.github/workflows/npmTests.yml +++ b/.github/workflows/npmTests.yml @@ -31,7 +31,12 @@ jobs: uses: actions/setup-node@v4 with: node-version: "16" - + + - name: Setup FlyFrog Registry + uses: jfrog/flyfrog-action@v1 + with: + url: https://acme.jfrog.com + - name: Setup Go with cache uses: jfrog/.github/actions/install-go-with-cache@main