Skip to content

Commit

Permalink
Update e2e image to latest Chrome release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Oct 17, 2022
1 parent 3a21521 commit 9b21cb8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM cypress/browsers:node16.14.2-slim-chrome103-ff102
FROM cypress/browsers:node16.17.0-chrome106
USER node
WORKDIR /home/node
ENV CI=true
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:ci": "cypress run"
},
"devDependencies": {
"cypress": "10.9.0"
"cypress": "^10.10.0"
},
"engines": {
"node": "^16.13.2",
Expand Down

0 comments on commit 9b21cb8

Please sign in to comment.