Skip to content

Commit b327dd1

Browse files
committed
chore: try a different traefik version
1 parent 6b77777 commit b327dd1

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ jobs:
1515
with:
1616
persist-credentials: false
1717

18-
- name: Setup node
19-
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # ratchet:actions/setup-node@v7
20-
with:
21-
node-version: 25
22-
2318
- name: Setup pnpm
2419
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # ratchet:pnpm/action-setup@v6
2520
with:

e2e/docker-compose.e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
traefik:
3-
image: traefik:v3.7.8
3+
image: traefik:v3.6.23
44
pull_policy: missing
55
command: |
66
--api.insecure=true

0 commit comments

Comments
 (0)