mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
Fixed.
This commit is contained in:
parent
3435e8cfb9
commit
dd32be50a8
5 changed files with 15 additions and 6 deletions
4
.github/workflows/backend-tests.yml
vendored
4
.github/workflows/backend-tests.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [1.0.3, canary]
|
||||
node: [1.0.23, canary]
|
||||
steps:
|
||||
-
|
||||
name: Checkout repository
|
||||
|
@ -51,7 +51,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [1.0.3, canary]
|
||||
node: [1.0.23, canary]
|
||||
steps:
|
||||
-
|
||||
name: Checkout repository
|
||||
|
|
2
.github/workflows/frontend-admin-tests.yml
vendored
2
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [1.0.3, canary]
|
||||
node: [1.0.23, canary]
|
||||
|
||||
steps:
|
||||
-
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [1.0.3, canary]
|
||||
node: [1.0.23, canary]
|
||||
steps:
|
||||
-
|
||||
name: Check out latest release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue