Update action to node20

This commit is contained in:
Tatyana Kostromskaya 2023-11-16 15:29:48 +00:00
parent 2216f56ae1
commit 1ea47c865e

View File

@ -30,7 +30,7 @@ outputs:
dotnet-version:
description: 'Contains the installed by action .NET SDK version for reuse.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()