Skip to content

Commit

Permalink
fix: PrestaShop#37880 - [github actions & workflows] change node vers…
Browse files Browse the repository at this point in the history
…ion, [cron-docker-build ] add version 8.2 in matrix
  • Loading branch information
mattgoud committed Jan 23, 2025
1 parent d7e2539 commit 69fc89a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
NODE_VERSION:
required: false
description: Node Version to Build Themes
default: 16.20.1
default: 14.21.3
ENABLE_SSL:
required: false
description: True to Run with SSL
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/ui-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
NODE_VERSION:
required: false
description: Node Version for tests
default: '16'
default: '14'
INSTALL_BROWSERS:
required: false
description: True To Install Browsers
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cron_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- 7.4
- 8.0
- 8.1
- 8.2
base:
- apache
- fpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cron_js_routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- 1.7.8.x
include:
- BRANCH: develop
node: 16
node: 20
- BRANCH: 8.0.x
node: 16
node: 14
- BRANCH: 1.7.8.x
node: 14

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cron_nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- 1.7.8.x
include:
- BRANCH: develop
node: 16
node: 20
- BRANCH: 8.0.x
node: 16
node: 14
- BRANCH: 1.7.8.x
node: 14

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ui_tests_code_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ defaults:
working-directory: ./tests/UI/

env:
NODE_VERSION: '16'
NPM_VERSION: '7'
NODE_VERSION: '14'
NPM_VERSION: '6'

concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 69fc89a

Please sign in to comment.