Skip to content

feat(isUPC): add validation for UPC code which is Universal Product Code widely used worldwide for … #1418

feat(isUPC): add validation for UPC code which is Universal Product Code widely used worldwide for …

feat(isUPC): add validation for UPC code which is Universal Product Code widely used worldwide for … #1418

Triggered via pull request September 26, 2023 14:03
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

29 errors and 5 warnings
Run tests on Node.js 10: src/lib/isUPC.js#L1
Strings must use singlequote
Run tests on Node.js 10: src/lib/isUPC.js#L7
'code' is not defined
Run tests on Node.js 10: test/validators.test.js#L14517
Trailing spaces not allowed
Run tests on Node.js 10: test/validators.test.js#L14531
Strings must use singlequote
Run tests on Node.js 10: test/validators.test.js#L14531
Missing trailing comma
Run tests on Node.js 10: test/validators.test.js#L14535
Newline required at end of file but not found
Run tests on Node.js 10
Process completed with exit code 1.
Run tests on Node.js 12: src/lib/isUPC.js#L1
Strings must use singlequote
Run tests on Node.js 12: src/lib/isUPC.js#L7
'code' is not defined
Run tests on Node.js 12: test/validators.test.js#L14517
Trailing spaces not allowed
Run tests on Node.js 12: test/validators.test.js#L14531
Strings must use singlequote
Run tests on Node.js 12: test/validators.test.js#L14531
Missing trailing comma
Run tests on Node.js 12: test/validators.test.js#L14535
Newline required at end of file but not found
Run tests on Node.js 12
The operation was canceled.
Run tests on Node.js 6
The operation was canceled.
Run tests on Node.js 8: src/lib/isUPC.js#L1
Strings must use singlequote
Run tests on Node.js 8: src/lib/isUPC.js#L7
'code' is not defined
Run tests on Node.js 8: test/validators.test.js#L14517
Trailing spaces not allowed
Run tests on Node.js 8: test/validators.test.js#L14531
Strings must use singlequote
Run tests on Node.js 8: test/validators.test.js#L14531
Missing trailing comma
Run tests on Node.js 8: test/validators.test.js#L14535
Newline required at end of file but not found
Run tests on Node.js 8
The operation was canceled.
Run tests on Node.js 14: src/lib/isUPC.js#L1
Strings must use singlequote
Run tests on Node.js 14: src/lib/isUPC.js#L7
'code' is not defined
Run tests on Node.js 14: test/validators.test.js#L14517
Trailing spaces not allowed
Run tests on Node.js 14: test/validators.test.js#L14531
Strings must use singlequote
Run tests on Node.js 14: test/validators.test.js#L14531
Missing trailing comma
Run tests on Node.js 14: test/validators.test.js#L14535
Newline required at end of file but not found
Run tests on Node.js 14
The operation was canceled.
Run tests on Node.js 10
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests on Node.js 12
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests on Node.js 6
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests on Node.js 8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests on Node.js 14
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2-beta, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/