mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
Drop support for Node v12.
Add v18 to test matrix
This commit is contained in:
parent
86d3eabcd8
commit
c28177388a
9 changed files with 17 additions and 17 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: [12, 14, 16]
|
||||
node: [14, 16, 18]
|
||||
steps:
|
||||
-
|
||||
name: Checkout repository
|
||||
|
@ -55,7 +55,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [12, 14, 16]
|
||||
node: [14, 16, 18]
|
||||
steps:
|
||||
-
|
||||
name: Checkout repository
|
||||
|
@ -124,7 +124,7 @@ jobs:
|
|||
-
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 14
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
src/package-lock.json
|
||||
|
@ -157,7 +157,7 @@ jobs:
|
|||
-
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 14
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
src/package-lock.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue