mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 20:29:13 -04:00
Use correct docker image.
This commit is contained in:
parent
d342b83b49
commit
752c0fa063
4 changed files with 5 additions and 5 deletions
4
.github/workflows/frontend-admin-tests.yml
vendored
4
.github/workflows/frontend-admin-tests.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [19, 20]
|
||||
node: [1.0.3, canary]
|
||||
|
||||
steps:
|
||||
-
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
-
|
||||
uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
bun-version: latest
|
||||
bun-version: ${{ matrix.node }}
|
||||
-
|
||||
name: Install etherpad plugins
|
||||
# We intentionally install an old ep_align version to test upgrades to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue