Skip to content

Commit

Permalink
Merge pull request #94 from Azure/tauhid621/node16_test
Browse files Browse the repository at this point in the history
Update node version in action.yml
  • Loading branch information
tauhid621 authored Jan 9, 2023
2 parents 71dbf96 + e3dd817 commit fdd6762
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 @@ -14,5 +14,5 @@ inputs:
required: false
description: 'Optional. There are 2 modes for this action - _incremental_ and _complete_. If not specified, the action will use incremental mode by default. In incremental mode, the action will compare already exisiting policy in azure with the contents of policy provided in repository file. It will apply the policy only if there is a mismatch. On the contrary, the complete mode will apply all the files present in the specified paths irrespective of whether or not repository policy file has been updated.'
runs:
using: 'node12'
using: 'node16'
main: 'lib/run.js'

0 comments on commit fdd6762

Please sign in to comment.