Skip to content

Commit 288e554

Browse files
Merge branch 'build/6.6.41' of github.com:mulesoft/api-console into build/6.6.41
2 parents 1053bf9 + f1ab120 commit 288e554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828
- uses: actions/setup-node@v1
2929
with:
30-
node-version: 14
30+
node-version: 18
3131
- uses: microsoft/playwright-github-action@v1
3232
- uses: actions/cache@v1
3333
with:
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353
- uses: actions/setup-node@v2
5454
with:
55-
node-version: '14.x'
55+
node-version: '18.x'
5656
registry-url: 'https://registry.npmjs.org'
5757
- uses: actions/cache@v1
5858
with:

0 commit comments

Comments
 (0)