Skip to content

Accept Buffer inputs in isBase64() #161

Accept Buffer inputs in isBase64()

Accept Buffer inputs in isBase64() #161

Triggered via push February 28, 2024 14:08
Status Failure
Total duration 21s
Artifacts

ci.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

26 errors and 2 warnings
build (18.x): create-or-update-files.js#L8
Replace `(typeof·str·===·'string'·||·str·instanceof·String)` with `typeof·str·===·"string"·||·str·instanceof·String`
build (18.x): create-or-update-files.js#L13
Replace `'null'` with `"null"`
build (18.x): create-or-update-files.js#L16
Replace `invalidType·===·'object'·&&·str.constructor·&&·str.constructor.hasOwnProperty('name')` with `⏎········invalidType·===·"object"·&&⏎········str.constructor·&&⏎········str.constructor.hasOwnProperty("name")⏎······`
build (18.x): create-or-update-files.js#L29
Replace `'='` with `"="`
build (18.x): create-or-update-files.js#L30
Insert `·(⏎···`
build (18.x): create-or-update-files.js#L32
Replace `'='` with `"=")⏎··`
build (18.x)
Process completed with exit code 1.
build (14.x)
The job was canceled because "_18_x" failed.
build (14.x): create-or-update-files.js#L8
Replace `(typeof·str·===·'string'·||·str·instanceof·String)` with `typeof·str·===·"string"·||·str·instanceof·String`
build (14.x): create-or-update-files.js#L13
Replace `'null'` with `"null"`
build (14.x): create-or-update-files.js#L16
Replace `invalidType·===·'object'·&&·str.constructor·&&·str.constructor.hasOwnProperty('name')` with `⏎········invalidType·===·"object"·&&⏎········str.constructor·&&⏎········str.constructor.hasOwnProperty("name")⏎······`
build (14.x): create-or-update-files.js#L29
Replace `'='` with `"="`
build (14.x): create-or-update-files.js#L30
Insert `·(⏎···`
build (14.x): create-or-update-files.js#L32
Replace `'='` with `"=")⏎··`
build (14.x)
Process completed with exit code 1.
build (16.x)
The job was canceled because "_18_x" failed.
build (16.x): create-or-update-files.js#L8
Replace `(typeof·str·===·'string'·||·str·instanceof·String)` with `typeof·str·===·"string"·||·str·instanceof·String`
build (16.x): create-or-update-files.js#L13
Replace `'null'` with `"null"`
build (16.x): create-or-update-files.js#L16
Replace `invalidType·===·'object'·&&·str.constructor·&&·str.constructor.hasOwnProperty('name')` with `⏎········invalidType·===·"object"·&&⏎········str.constructor·&&⏎········str.constructor.hasOwnProperty("name")⏎······`
build (16.x): create-or-update-files.js#L29
Replace `'='` with `"="`
build (16.x): create-or-update-files.js#L30
Insert `·(⏎···`
build (16.x): create-or-update-files.js#L32
Replace `'='` with `"=")⏎··`
build (16.x)
Process completed with exit code 1.
build (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/