diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 52e4ef97..beec41cf 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -62,7 +62,7 @@ jobs: needs: - test_linux - test_win - runs-on: ubuntu-latest + runs-on: mulesoft-ubuntu permissions: contents: write steps: diff --git a/package-lock.json b/package-lock.json index 4007579f..b8637452 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "api-console", - "version": "6.6.53", + "version": "6.6.54", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "api-console", - "version": "6.6.53", + "version": "6.6.54", "license": "CPAL-1.0", "dependencies": { "@advanced-rest-client/arc-icons": "^3.2.2", diff --git a/package.json b/package.json index a3551419..4d3c23b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "api-console", "description": "The API Console to automatically generate API documentation from RAML and OAS files.", - "version": "6.6.53", + "version": "6.6.54", "license": "CPAL-1.0", "main": "index.js", "module": "index.js",