-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It upgrades it in package.json and in the devcontainer setup. It's now set to a specific version because it needs to exactly match the playwright version which is declared in the devcontainer setup. The upgrade had to raise the node requirement to >= 18 because @playwright/test requires it.
- Loading branch information
1 parent
4d65288
commit 5c03d46
Showing
6 changed files
with
243 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# See comments in devcontainer.json for details of setting the playwright tag. | ||
ARG PLAYWRIGHT_TAG="v1.30.0-focal" | ||
ARG PLAYWRIGHT_TAG="v1.46.1-focal" | ||
FROM mcr.microsoft.com/playwright:${PLAYWRIGHT_TAG} | ||
|
||
WORKDIR /app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.