Skip to content

chore(deps): update dependency typescript to v7 #3793

chore(deps): update dependency typescript to v7

chore(deps): update dependency typescript to v7 #3793

Triggered via pull request August 3, 2026 21:01
Status Failure
Total duration 1m 55s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: GabrielBB/xvfb-action@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: contracts/TestContract.sol#L25
Missing @PARAM tag in function 'hashString'
build: contracts/TestContract.sol#L25
Missing @notice tag in function 'hashString'
build: contracts/TestContract.sol#L17
Mismatch in @PARAM names for function 'hashNumber'. Expected: [someNumber], Found: []
build: contracts/TestContract.sol#L17
Missing @PARAM tag in function 'hashNumber'
build: contracts/TestContract.sol#L17
Missing @notice tag in function 'hashNumber'
build: contracts/TestContract.sol#L11
Missing @notice tag in variable 'onePublicValue'
build: contracts/TestContract.sol#L11
Rule is set with explicit type [var/s: uint]
build: contracts/TestContract.sol#L9
Missing @notice tag in contract 'TestContract'
build: contracts/TestContract.sol#L9
Missing @author tag in contract 'TestContract'
build: contracts/TestContract.sol#L9
Missing @title tag in contract 'TestContract'