Change node version
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -73,6 +73,6 @@
|
||||
"yarn": "1.22.10"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.x"
|
||||
"node": ">=16.x"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user