Skip to content

Commit aaf6ad0

Browse files
authored
fix: fix error when testing cross-origin code (#685)
1 parent 5b07e59 commit aaf6ad0

File tree

6 files changed

+8974
-43701
lines changed

6 files changed

+8974
-43701
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -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.12.1
4545
- run:
46-
name: Use node 16
47-
command: nvm use 16.16.0
46+
name: Use node 20
47+
command: nvm use 20.12.1
4848
- run:
4949
name: Install deps for code coverage
5050
command: npm ci

0 commit comments

Comments
 (0)