Skip to content

Commit d185553

Browse files
committed
Support Node 16
1 parent faba5e0 commit d185553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ inputs:
1515
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'
1616
required: false
1717
runs:
18-
using: 'node12'
18+
using: 'node16'
1919
main: 'lib/main.js'

0 commit comments

Comments
 (0)