Skip to content

Commit

Permalink
Support Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
spowser committed Nov 16, 2023
1 parent dcfcff4 commit fee9ed8
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 @@ -15,5 +15,5 @@ inputs:
description: 'Additional options supported by postgresql simple SQL shell. These options will be applied when executing the given file on the Azure DB for Postgresql. In case of multiple files, the same args will be applied for all files'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'lib/main.js'

0 comments on commit fee9ed8

Please sign in to comment.