Update to node16 (#340)

This commit is contained in:
Dmitry Shibanov
2022-02-25 12:31:18 +03:00
committed by GitHub
parent 7f80679172
commit 93cb78f17b
4 changed files with 8 additions and 8 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()