Skip to content

Commit

Permalink
Added node version 16 in action.yml at line no.35 (#264)
Browse files Browse the repository at this point in the history
This change was done for below warning message.

: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: azure/webapps-deploy@v2
  • Loading branch information
chetan-vaidya3d authored Nov 25, 2022
1 parent 131b696 commit 8adc03f
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 @@ -32,5 +32,5 @@ branding:
icon: 'webapp.svg'
color: 'blue'
runs:
using: 'node12'
using: 'node16'
main: 'lib/main.js'

0 comments on commit 8adc03f

Please sign in to comment.