Fix workflow for publishing to NPM #3770
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build (16.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/
|
build (16.x):
src/ec-evaluator/interpreter.ts#L228
'reject' is defined but never used. Allowed unused args must match /^_/u
|
build (16.x):
src/ec-evaluator/interpreter.ts#L454
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build (16.x):
src/ec-evaluator/interpreter.ts#L526
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build (16.x):
src/ec-evaluator/interpreter.ts#L535
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build (16.x):
src/ec-evaluator/interpreter.ts#L581
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build (16.x):
src/ec-evaluator/interpreter.ts#L592
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build (16.x):
src/ec-evaluator/interpreter.ts#L663
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build (16.x):
src/ec-evaluator/interpreter.ts#L950
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build (16.x):
src/ec-evaluator/interpreter.ts#L965
'stash' is defined but never used. Allowed unused args must match /^_/u
|
build (16.x):
src/editors/ace/modes/source.ts#L40
Do not use "@ts-ignore" because it alters compilation errors
|