Change node version

This commit is contained in:
Sidharth Vinod
2022-05-27 14:17:55 +05:30
parent 0965b6e20e
commit f7d256f285
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
cypress-run:
runs-on: ubuntu-latest
# Update from https://hub.docker.com/r/cypress/browsers/tags
container: cypress/browsers:node14.19.0-chrome100-ff99-edge
container: cypress/browsers:node16.14.0-chrome99-ff97
steps:
- name: Checkout