Bump required Node version to 16
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
d2b967cf49
commit
2aac253b47
2
.github/workflows/daily-snapshots.yml
vendored
2
.github/workflows/daily-snapshots.yml
vendored
@ -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
|
||||
|
||||
6
.github/workflows/frontend-tests.yml
vendored
6
.github/workflows/frontend-tests.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/other-tools.yml
vendored
2
.github/workflows/other-tools.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/test-selenium.yml
vendored
2
.github/workflows/test-selenium.yml
vendored
@ -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
|
||||
|
||||
@ -22,7 +22,7 @@ build:
|
||||
analysis:
|
||||
environment:
|
||||
php: 8.1
|
||||
node: 14
|
||||
node: 16
|
||||
dependencies:
|
||||
before:
|
||||
- composer config --unset repositories.0
|
||||
|
||||
@ -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
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"license": "GPL-2.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=16"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user