Skip to content

Commit

Permalink
fix: fix error when testing cross-origin code (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nojay-Games authored Jul 3, 2024
1 parent 5b07e59 commit aaf6ad0
Show file tree
Hide file tree
Showing 6 changed files with 8,974 additions and 43,701 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ jobs:
steps:
- checkout
- run:
name: Install node 16
command: nvm install 16.16.0
name: Install node 20
command: nvm install 20.12.1
- run:
name: Use node 16
command: nvm use 16.16.0
name: Use node 20
command: nvm use 20.12.1
- run:
name: Install deps for code coverage
command: npm ci
Expand Down
Loading

0 comments on commit aaf6ad0

Please sign in to comment.