From c2a70078805da0ec46bead9fc2b56d452a5c3817 Mon Sep 17 00:00:00 2001 From: Aitor <1726644+aaitor@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:07:07 +0200 Subject: [PATCH] ci: nvm tools v0.15.0 --- .github/workflows/testing-nightly.yml | 6 +++--- .github/workflows/testing-node.yml | 2 +- .github/workflows/testing.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testing-nightly.yml b/.github/workflows/testing-nightly.yml index 4d678317c..220c7c69e 100644 --- a/.github/workflows/testing-nightly.yml +++ b/.github/workflows/testing-nightly.yml @@ -56,7 +56,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.14.0 + - uses: nevermined-io/nvm-tools-actions@v0.15.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' @@ -98,7 +98,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.14.0 + - uses: nevermined-io/nvm-tools-actions@v0.15.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' @@ -132,7 +132,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.14.0 + - uses: nevermined-io/nvm-tools-actions@v0.15.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' diff --git a/.github/workflows/testing-node.yml b/.github/workflows/testing-node.yml index 78e03f800..6af7c5751 100644 --- a/.github/workflows/testing-node.yml +++ b/.github/workflows/testing-node.yml @@ -20,7 +20,7 @@ jobs: # TODO: remove this when Node integrated with SDKv2 is integraged ref: develop token: ${{ secrets.API_TOKEN_GITHUB }} - - uses: nevermined-io/nvm-tools-actions@v0.14.0 + - uses: nevermined-io/nvm-tools-actions@v0.15.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true' diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7f7998cee..d2aeca9fe 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 - - uses: nevermined-io/nvm-tools-actions@v0.14.0 + - uses: nevermined-io/nvm-tools-actions@v0.15.0 with: token: ${{ secrets.API_TOKEN_GITHUB }} opengsn: 'true'