Skip to content

Commit

Permalink
20230630 nodeversion errror (#535)
Browse files Browse the repository at this point in the history
* fix nodeVersion

* update flex indexes
  • Loading branch information
wkande authored Jul 1, 2023
1 parent 2cc9832 commit df6b57e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
},
"logFormat": "plain",
"logLevel": "DEBUG",
"nodeVersion": "2",
"nodeVersion": "0.11.2",
"stage": "quick-gcp"
},
"triggers": {
Expand Down
2 changes: 1 addition & 1 deletion docs/public/indexes/all-dev/map.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/public/indexes/all/map.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/public/indexes/latest/map.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/reference/airnode/latest/understand/heartbeat.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Turn on the optional heartbeat functionality by setting all fields in the
},
"logFormat": "json",
"logLevel": "INFO",
"nodeVersion": "2",
"nodeVersion": "0.11.2",
"stage": "testnet",
}
}
Expand Down

0 comments on commit df6b57e

Please sign in to comment.