Skip to content

Commit dc94d2f

Browse files
committed
update to node 20
1 parent c1f9837 commit dc94d2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2.1
33
orbs:
44
# https://github.com/cypress-io/circleci-orb
5-
cypress: cypress-io/cypress@3.0.0 # used to run e2e tests
5+
cypress: cypress-io/cypress@3.3.1 # used to run e2e tests
66
win: circleci/[email protected] # run a test job on Windows
77

88
jobs:
@@ -40,11 +40,11 @@ jobs:
4040
steps:
4141
- checkout
4242
- run:
43-
name: Install node 16
44-
command: nvm install 16.16.0
43+
name: Install node 20
44+
command: nvm install 20.14.0
4545
- run:
46-
name: Use node 16
47-
command: nvm use 16.16.0
46+
name: Use node 20
47+
command: nvm use 20.14.0
4848
- run:
4949
name: Install deps for code coverage
5050
command: npm ci

0 commit comments

Comments
 (0)