Skip to content

Commit

Permalink
Merge branch 'testBuildMain' of github.com:mulesoft/api-console into …
Browse files Browse the repository at this point in the history
…testBuildMain
  • Loading branch information
leandrogilcarrano committed May 13, 2024
2 parents 8f8f60d + d6119e6 commit 12e40fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
node-version: 16
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v1
with:
Expand All @@ -52,7 +52,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v1
with:
Expand Down

0 comments on commit 12e40fe

Please sign in to comment.