feat: bump to use node20 runtime

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-09-04 14:19:48 -04:00
parent 883490dfd0
commit 8a505c9cf2
No known key found for this signature in database
GPG key ID: 6577287BDCA70840

View file

@ -25,7 +25,7 @@ outputs:
cache-hit:
description: 'A boolean value to indicate if a cache was hit'
runs:
using: 'node16'
using: 'node20'
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()