feat: upgraded to node v18, added .nvmrc and updated workflows (#281)

Co-authored-by: Abdullah Waheed <abdullah.waheed@arbisoft.com>
This commit is contained in:
Bilal Qamar
2023-05-26 18:52:56 +05:00
committed by GitHub
parent d80b6faaad
commit 2199a24dd7
32 changed files with 6392 additions and 48055 deletions

View File

@@ -45,6 +45,7 @@ export const CodeEditor = ({
CodeEditor.propTypes = {
innerRef: PropTypes.oneOfType([
PropTypes.func,
// eslint-disable-next-line react/forbid-prop-types
PropTypes.shape({ current: PropTypes.any }),
]).isRequired,
value: PropTypes.string.isRequired,