Bump required Node version to 16

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2023-11-29 17:00:24 -03:00
parent d2b967cf49
commit 2aac253b47
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8
7 changed files with 9 additions and 9 deletions

View File

@ -22,7 +22,7 @@ jobs:
matrix:
include:
- { version: '5.2', branch: 'QA_5_2', php-version: '7.2', node-version: '12', python-version: '3.7' }
- { version: '6.0', branch: 'master', php-version: '8.1', node-version: '14', python-version: '3.7' }
- { version: '6.0', branch: 'master', php-version: '8.1', node-version: '16', python-version: '3.7' }
steps:
- name: Check out code
uses: actions/checkout@v4

View File

@ -28,7 +28,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: 'yarn'
- name: Install modules
@ -47,7 +47,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: 'yarn'
- name: Install modules
@ -66,7 +66,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: 'yarn'
- name: Install modules

View File

@ -54,7 +54,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: 'yarn'
- name: Set up Python

View File

@ -106,7 +106,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: 'yarn'
- name: Install modules

View File

@ -22,7 +22,7 @@ build:
analysis:
environment:
php: 8.1
node: 14
node: 16
dependencies:
before:
- composer config --unset repositories.0

View File

@ -90,7 +90,7 @@ In order to install from Git, you'll need a few supporting applications:
* `Git <https://git-scm.com/downloads>`_ to download the source, or you can download the most recent source directly from `Github <https://codeload.github.com/phpmyadmin/phpmyadmin/zip/QA_5_2>`_
* `Composer <https://getcomposer.org/download/>`__
* `Node.js <https://nodejs.org/en/download/>`_ (version 14 or higher)
* `Node.js <https://nodejs.org/en/download/>`_ (version 16 or higher)
* `Yarn <https://classic.yarnpkg.com/en/docs/install>`_
You can clone current phpMyAdmin source from

View File

@ -7,7 +7,7 @@
"license": "GPL-2.0",
"private": true,
"engines": {
"node": ">=14"
"node": ">=16"
},
"type": "module",
"dependencies": {