Skip to content

Commit 76e6b13

Browse files
Merge pull request #10 from AnderssonProgramming/prueba
Prueba
2 parents 4a10363 + 756007d commit 76e6b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
AZURE_WEBAPP_NAME: Eros
1313
AZURE_WEBAPP_PACKAGE_PATH: '.'
14-
NODE_VERSION: '22.x'
14+
NODE_VERSION: '18.x'
1515

1616
jobs:
1717
build-and-deploy:

.github/workflows/ci-cd-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
AZURE_WEBAPP_NAME: cicero
1313
AZURE_WEBAPP_PACKAGE_PATH: '.'
14-
NODE_VERSION: '22.x'
14+
NODE_VERSION: '18.x'
1515

1616
jobs:
1717
build-and-deploy:

0 commit comments

Comments
 (0)