mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Require Node 16 for Etherpad and target Node 20 for testing (#5771)
This commit is contained in:
parent
d3afc1b9fb
commit
1d289520eb
10 changed files with 18 additions and 18 deletions
8
.github/workflows/backend-tests.yml
vendored
8
.github/workflows/backend-tests.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [14, 16, 18]
|
||||
node: [16, 18, 20]
|
||||
steps:
|
||||
-
|
||||
name: Checkout repository
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [14, 16, 18]
|
||||
node: [16, 18, 20]
|
||||
steps:
|
||||
-
|
||||
name: Checkout repository
|
||||
|
@ -124,7 +124,7 @@ jobs:
|
|||
-
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 20
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
src/package-lock.json
|
||||
|
@ -157,7 +157,7 @@ jobs:
|
|||
-
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 20
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
src/package-lock.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue