Skip to content

Commit

Permalink
fixup! Deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 23, 2023
1 parent 4f098a0 commit 3c35a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o errexit

PLAYWRIGHT_VERSION=1.38.1
PLAYWRIGHT_VERSION=1.39.0
UBUNTU_VERSION=jammy

docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v$PLAYWRIGHT_VERSION-$UBUNTU_VERSION yarn test:e2e

0 comments on commit 3c35a85

Please sign in to comment.