Use node16 (#29)
Use node16 instead of node12 as the latter is deprecated.
This commit is contained in:
Родитель
24c285ab36
Коммит
6748b3c874
|
@ -44,5 +44,5 @@ outputs:
|
|||
description: 'The path to the SARIF file that is generated containing all the results.'
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
|
Загрузка…
Ссылка в новой задаче