Require Node 16 for Etherpad and target Node 20 for testing (#5771)

This commit is contained in:
John McLear 2023-06-26 18:11:32 +01:00 committed by GitHub
parent d3afc1b9fb
commit 1d289520eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 18 additions and 18 deletions

View file

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [14, 16, 18]
node: [16, 18, 20]
steps:
-