Publish Package to npmjs #119
Triggered via release
October 24, 2024 12:16
kishkoigor
published
5176950
Status
Failure
Total duration
36s
Artifacts
–
Annotations
9 errors and 1 warning
build
Process completed with exit code 1.
|
|
build:
src/components/Header/Header.tsx#L62
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
build:
src/components/Header/Header.tsx#L104
Replace `<img·src={bitgetIcon}·alt="bitget"·className={s["header__bitget"]}/>` with `(⏎······<img·src={bitgetIcon}·alt='bitget'·className={s['header__bitget']}·/>⏎····);`
|
build:
src/components/Header/Header.tsx#L106
Insert `;`
|
build:
src/components/ConnectWalletModal/ConnectWalletModal.tsx#L29
Replace `·{...{·loginMetamask,·loginWalletConnect,·loginSafepal,·loginBitget·}}` with `⏎········{...{·loginMetamask,·loginWalletConnect,·loginSafepal,·loginBitget·}}⏎·····`
|
build:
src/components/ConnectWallet/ConnectWallet.tsx#L47
Replace `·className={s['login-modal__btn']}·style={{marginTop:·16}}·onClick={loginSafepal}` with `⏎········className={s['login-modal__btn']}⏎········style={{·marginTop:·16·}}⏎········onClick={loginSafepal}⏎······`
|
build:
src/components/ConnectWallet/ConnectWallet.tsx#L69
Replace `·className={s['login-modal__btn']}·style={{marginTop:·16}}·onClick={loginBitget}` with `⏎········className={s['login-modal__btn']}⏎········style={{·marginTop:·16·}}⏎········onClick={loginBitget}⏎······`
|
build:
src/components/Tooltip/getPosition.ts#L5
Do not use "@ts-nocheck" because it alters compilation errors
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|