Skip to content

Commit a343f05

Browse files
authored
Merge pull request #884 from mulesoft/build/6.6.54
@W-20872851 chore: change deployment environment to mulesoft-ubuntu in workflow c…
2 parents eb024b6 + 6425f8d commit a343f05

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
needs:
6363
- test_linux
6464
- test_win
65-
runs-on: ubuntu-latest
65+
runs-on: mulesoft-ubuntu
6666
permissions:
6767
contents: write
6868
steps:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api-console",
33
"description": "The API Console to automatically generate API documentation from RAML and OAS files.",
4-
"version": "6.6.53",
4+
"version": "6.6.54",
55
"license": "CPAL-1.0",
66
"main": "index.js",
77
"module": "index.js",

0 commit comments

Comments
 (0)