Skip to content

Commit

Permalink
Use 20 nodejs version
Browse files Browse the repository at this point in the history
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: yc-actions/yc-cr-login@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
  • Loading branch information
r34son committed Jan 26, 2024
1 parent 998af8c commit 1a3cf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ inputs:
description: 'Cloud API endpoint'
default: 'cr.yandex'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
post: 'dist/cleanup/index.js'

0 comments on commit 1a3cf5f

Please sign in to comment.