Use Node.js v16 in all Actions

This commit is contained in:
Henry Mercer 2022-02-03 17:39:26 +00:00
parent 4d6e9c02ac
commit 3d23aade46
4 changed files with 4 additions and 4 deletions

View file

@ -73,5 +73,5 @@ outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
runs:
using: 'node12'
using: 'node16'
main: '../lib/init-action.js'