Update semver.js to include this.build inside of format() #549
Annotations
10 errors and 1 warning
Test:
test/functions/clean.js#L23
clean(0.12.0-dev.1150+3c22cecee) = 0.12.0-dev.1150
|
Test:
test/classes/semver.js#L99
should be equal
|
Test:
test/classes/semver.js#L101
should be equal
|
Test:
test/functions/cmp.js#L40
!cmp(1.2.3-beta+build=== = 1.2.3-beta+otherbuild) object
|
Test:
test/functions/cmp.js#L46
cmp(1.2.3-beta+build!== = 1.2.3-beta+otherbuild) object
|
Test:
test/functions/cmp.js#L40
!cmp(1.2.3+build=== = 1.2.3+otherbuild) object
|
Test:
test/functions/cmp.js#L46
cmp(1.2.3+build!== = 1.2.3+otherbuild) object
|
Test:
test/functions/cmp.js#L40
!cmp(1.2.3-beta+build===1.2.3-beta+otherbuild) object
|
Test:
test/functions/cmp.js#L46
cmp(1.2.3-beta+build!==1.2.3-beta+otherbuild) object
|
Test:
test/functions/cmp.js#L40
!cmp(1.2.3+build===1.2.3+otherbuild) object
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading