Update node

This commit is contained in:
Sidharth Vinod
2022-05-20 17:13:38 +05:30
parent b6c80b575b
commit 7e993990e0
+2 -2
View File
@@ -9,8 +9,8 @@ on:
jobs:
cypress-run:
runs-on: ubuntu-latest
# Update after https://github.com/cypress-io/cypress-docker-images/issues/487
container: cypress/browsers:node14.16.0-chrome90-ff88
# Update from https://hub.docker.com/r/cypress/browsers/tags
container: cypress/browsers:node16.14.0-chrome99-ff97
steps:
- name: Checkout