Revert "Use Node.js v16 in all Actions"

This reverts commit 3d23aade46.
This commit is contained in:
Edoardo Pirovano
2022-03-30 13:49:29 +01:00
parent 75743c96fc
commit b45efc9e42
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -73,5 +73,5 @@ outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
runs:
using: 'node16'
using: 'node12'
main: '../lib/init-action.js'