Skip to content

Commit

Permalink
ci: latest nvm-tools-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Oct 29, 2024
1 parent 7980e7d commit a713702
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 @@ -60,7 +60,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.17.0
- uses: nevermined-io/nvm-tools-actions@v0.18.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.17.0
- uses: nevermined-io/nvm-tools-actions@v0.18.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.17.0
- uses: nevermined-io/nvm-tools-actions@v0.18.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 @@ -19,7 +19,7 @@ jobs:
path: node
ref: main
token: ${{ secrets.API_TOKEN_GITHUB }}
- uses: nevermined-io/nvm-tools-actions@v0.17.0
- uses: nevermined-io/nvm-tools-actions@v0.18.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@v4
with:
node-version: 18
- uses: nevermined-io/nvm-tools-actions@v0.17.0
- uses: nevermined-io/nvm-tools-actions@v0.18.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
opengsn: 'true'
Expand Down

0 comments on commit a713702

Please sign in to comment.