Skip to content

Commit

Permalink
chore: updated playwright (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
pluvrt authored Feb 26, 2023
1 parent 327a6ef commit 5c2c3c4
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 67 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ports:
- 6379:6379
redis-cluster:
image: grokzen/redis-cluster:latest
image: grokzen/redis-cluster:6.2.8
ports:
- 7006:7000
- 7001:7001
Expand All @@ -32,10 +32,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 16.x
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
Expand Down
2 changes: 1 addition & 1 deletion apps/server-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@cloudflare/workers-types": "^3.18.0",
"@pluv/tsconfig": "workspace:^",
"typescript": "^4.9.5",
"wrangler": "2.10.0"
"wrangler": "2.11.1"
}
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
ports:
- "6379:6379"
redis-cluster:
image: grokzen/redis-cluster:latest
image: grokzen/redis-cluster:6.2.8
ports:
- "7006:7000"
- "7001:7001"
Expand Down
Loading

0 comments on commit 5c2c3c4

Please sign in to comment.