feat: bump to use node20 runtime

This commit is contained in:
K.B.Dharun Krishna 2023-09-05 08:55:36 +05:30 committed by GitHub
parent f97b83114c
commit 8c9958eba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ outputs:
python-path:
description: "The absolute path to the Python or PyPy executable."
runs:
using: 'node16'
using: 'node20'
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()