Change node version for action to node20 (#866)

This commit is contained in:
Dmitry Shibanov
2023-10-23 15:20:20 +02:00
committed by GitHub
parent 1a4442cacd
commit 54534a2a9b
74 changed files with 22110 additions and 30829 deletions

View File

@ -33,7 +33,7 @@ outputs:
node-version:
description: 'The installed node version.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/setup/index.js'
post: 'dist/cache-save/index.js'
post-if: success()