Skip to content

Commit

Permalink
Merge pull request #659 from api3dao/fix/validator-temporary-fix
Browse files Browse the repository at this point in the history
Temporarily switched to warning for `nodeVersion` matching
  • Loading branch information
amarthadan authored Nov 3, 2021
2 parents 9497e74 + 8aa8f4f commit 29c5c10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-eggs-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/airnode-validator': patch
---

Temporarily switched `nodeVersion` matching to just a warning
4 changes: 2 additions & 2 deletions packages/airnode-validator/templates/0.2.0/receipt.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
}
},
"nodeVersion": {
"__regexp": "^1\\.0\\.0$",
"__regexp": "^0\\.2\\.0$",
"__catch": {
"__level": "error"
"__level": "warning"
}
}
},
Expand Down

0 comments on commit 29c5c10

Please sign in to comment.