Skip to content

Commit

Permalink
ci: nvm tools v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Oct 16, 2023
1 parent ab28451 commit c2a7007
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c2a7007

Please sign in to comment.