update action to node16

This commit is contained in:
Dmitry Shibanov 2022-02-25 10:33:36 +03:00
parent 7f80679172
commit 1d9fb14f0f
4 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@ outputs:
python-version:
description: "The installed python version. Useful when given a version range as input."
runs:
using: 'node12'
using: 'node16'
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()