Skip to content

Commit

Permalink
chore: try updating nvm tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsmkl committed May 23, 2023
1 parent ce51d4c commit ac0f29e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
yarn run lint
- name: Check code formatting
run: yarn format:check
- uses: nevermined-io/nvm-tools-actions@v0.10.0
- uses: nevermined-io/nvm-tools-actions@v0.11.0
with:
token: ${{ secrets.API_TOKEN_GITHUB }}
estuary: 'true'
Expand Down
2 changes: 1 addition & 1 deletion integration/subscriptions.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe('SubscriptionsController', () => {
})
})

describe('GET /subscriptions should validate the subscription', () => {
describe.only('GET /subscriptions should validate the subscription', () => {
let ddoWebService: DDO
let ddoSubscription: DDO
let notSubscriberToken: string
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nevermined-io/argo-workflows-api": "^0.1.3",
"@nevermined-io/passport-nevermined": "^0.1.1",
"@nevermined-io/sdk": "^1.3.11",
"@nevermined-io/sdk-dtp": "^0.4.12",
"@nevermined-io/sdk-dtp": "0.4.11",
"@sideway/address": "^4.1.3",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1370,10 +1370,10 @@
jose "^4.11.2"
passport-strategy "^1.0.0"

"@nevermined-io/sdk-dtp@^0.4.12":
version "0.4.12"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk-dtp/-/sdk-dtp-0.4.12.tgz#7e71d1223a8e8f2d1af6a59571d073d188180f57"
integrity sha512-pvC/cvegN5c7d4bkD/nzK3B7I4G6EBJxLOI2qnTnAlXHclY4fW2dlSYgOwYpKI5NO68oqGZHUWq0sz6C7hcFjQ==
"@nevermined-io/sdk-dtp@0.4.11":
version "0.4.11"
resolved "https://registry.yarnpkg.com/@nevermined-io/sdk-dtp/-/sdk-dtp-0.4.11.tgz#755faadbba2201daae592af7610a34612d73dd95"
integrity sha512-khyS9GQD/ZZAg8sjbq/CH+EgGlm/YhzunY7Dwys9e08qnw/sZV3KwroEj7J7jV1X3ieYlNhIErUsVNWuOb2t5g==
dependencies:
"@nevermined-io/sdk" "1.3.11"
circomlibjs "^0.1.1"
Expand Down

0 comments on commit ac0f29e

Please sign in to comment.