Skip to content

Commit 8adc03f

Browse files
Added node version 16 in action.yml at line no.35 (#264)
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
1 parent 131b696 commit 8adc03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ branding:
3232
icon: 'webapp.svg'
3333
color: 'blue'
3434
runs:
35-
using: 'node12'
35+
using: 'node16'
3636
main: 'lib/main.js'

0 commit comments

Comments
 (0)