Improve color operations performance #176
build.yml
on: pull_request
install
10s
lint
33s
test-types
31s
test
34s
test-browser
0s
release
48s
Annotations
1 error and 16 warnings
release
Process completed with exit code 1.
|
install
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test-types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
packages/core/src/composite/index.js#L15
Function 'composite' has too many parameters (5). Maximum allowed is 4
|
lint:
packages/core/src/index.js#L351
Unexpected 'todo' comment: 'TODO: try to solve the args after cb...'
|
lint:
packages/core/src/index.js#L872
Function has too many parameters (5). Maximum allowed is 4
|
lint:
packages/core/src/index.js#L1197
Function has too many parameters (6). Maximum allowed is 4
|
lint:
packages/jimp/test/composite.test.js#L11
Unexpected 'todo' comment: 'TODO: Figure out why we need to write to...'
|
lint:
packages/plugin-blit/src/index.js#L16
Method 'blit' has too many parameters (8). Maximum allowed is 4
|
lint:
packages/plugin-color/src/index.js#L518
Method 'pixelate' has too many parameters (6). Maximum allowed is 4
|
lint:
packages/plugin-color/src/index.js#L588
Method 'convolute' has too many parameters (6). Maximum allowed is 4
|
lint:
packages/plugin-contain/src/index.js#L13
Method 'contain' has too many parameters (5). Maximum allowed is 4
|
lint:
packages/plugin-cover/src/index.js#L13
Method 'cover' has too many parameters (5). Maximum allowed is 4
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 8BitJonny/gh-get-current-pr@2.2.0, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|