Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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