We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f9837 commit dc94d2fCopy full SHA for dc94d2f
.circleci/config.yml
@@ -2,7 +2,7 @@
2
version: 2.1
3
orbs:
4
# https://github.com/cypress-io/circleci-orb
5
- cypress: cypress-io/cypress@3.0.0 # used to run e2e tests
+ cypress: cypress-io/cypress@3.3.1 # used to run e2e tests
6
win: circleci/[email protected] # run a test job on Windows
7
8
jobs:
@@ -40,11 +40,11 @@ jobs:
40
steps:
41
- checkout
42
- run:
43
- name: Install node 16
44
- command: nvm install 16.16.0
+ name: Install node 20
+ command: nvm install 20.14.0
45
46
- name: Use node 16
47
- command: nvm use 16.16.0
+ name: Use node 20
+ command: nvm use 20.14.0
48
49
name: Install deps for code coverage
50
command: npm ci
0 commit comments