fix: bump semantic release to support node 18 (#659) #1714
Annotations
1 error and 16 warnings
Release package
Error: Command failed with exit code 1: npm publish /home/runner/work/toolbelt/toolbelt --userconfig /tmp/fa71f5a754c819a204177ff432bdf1f9/.npmrc --tag latest --registry https://registry.npmjs.org/
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.0.0". Got "16.20.2"
error Commands cannot run with an incompatible environment.
npm ERR! code 1
npm ERR! path /home/runner/work/toolbelt/toolbelt
npm ERR! command failed
npm ERR! command sh -c -- yarn build && oclif manifest && oclif readme
npm ERR! A complete log of this run can be found in:
npm ERR! /home/runner/.npm/_logs/2024-02-05T14_08_32_708Z-debug-0.log
> [email protected] prepack
> yarn build && oclif manifest && oclif readme
yarn run v1.22.21
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
|
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:
src/abstract-command.ts#L11
Unexpected any. Specify a different type
|
Lint:
src/hooks/init/check-compatible-node-version.ts#L7
Unexpected unnamed async function
|
Lint:
src/hooks/init/check-compatible-node-version.ts#L7
'options' is defined but never used
|
Lint:
src/hooks/init/check-compatible-node-version.ts#L8
Unexpected any. Specify a different type
|
Lint:
src/services/dumpers/abstract-dumper.ts#L41
Unexpected any. Specify a different type
|
Lint:
src/services/dumpers/abstract-dumper.ts#L72
Unexpected any. Specify a different type
|
Lint:
src/services/dumpers/agent-nodejs.ts#L254
Unexpected any. Specify a different type
|
Lint:
src/services/dumpers/agent-nodejs.ts#L296
Unexpected any. Specify a different type
|
Lint:
src/services/dumpers/agent-nodejs.ts#L352
Unexpected any. Specify a different type
|
Lint:
test/services/dumpers/agent-nodejs/agent-nodejs-dumper-mongoose-models.test.ts#L41
Unexpected any. Specify a different type
|
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 (20)
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 (18)
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, paambaati/codeclimate-action@5f637ccd517bc8960de0fe59379dd922bcba9486. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Release package
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, cycjimmy/semantic-release-action@719e6c4cc35efd3ac293b46d0dd60ea3a5fa9084. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Release package
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|