mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-06 07:07:12 -04:00
Upgraded to Node 22
This commit is contained in:
parent
2fab20b8dd
commit
5da7345689
5 changed files with 9 additions and 9 deletions
6
.github/workflows/backend-tests.yml
vendored
6
.github/workflows/backend-tests.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [18, 20, 21]
|
||||
node: [18, 20, 22]
|
||||
steps:
|
||||
-
|
||||
name: Checkout repository
|
||||
|
@ -81,7 +81,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [18, 20, 21]
|
||||
node: [18, 20, 22]
|
||||
steps:
|
||||
-
|
||||
name: Checkout repository
|
||||
|
@ -211,7 +211,7 @@ jobs:
|
|||
-
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 21
|
||||
node-version: 22
|
||||
- uses: pnpm/action-setup@v4
|
||||
name: Install pnpm
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue