assign-author icon indicating copy to clipboard operation
assign-author copied to clipboard

chore: upgrade node to 20 to resolve deprecated warning

Open Rindrics opened this issue 1 year ago • 3 comments

Description: 概要

Resolve warnings below that occurs when technote-space/assign-author is being executed

Add assignee to PR Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/assign-author@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Changes: 変更内容

  • Upgrade Node.js to 20 to resolve deprecated warning 0cc9d81
  • Upgrade Node.js on CI to follow project config 177424e

Expected Impact: 影響範囲

No bad impact will be introduced by this PR: although upgrading runtime version may affects all functions that use version-specific functions, I confirmed yarn cover on Node.js 20.12.1 (specified in .node-version file)

Operating Requirements: 動作要件

Node.js 20.x.x

Additional context: 補足

GitHub says actions that they will start forcing JavaScript actions to use Node.js 20 from 13 May 2024. c.f. https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Rindrics avatar Apr 09 '24 03:04 Rindrics