Update action to node20

This commit is contained in:
Tatyana Kostromskaya
2023-11-16 15:17:45 +00:00
parent 78078da0cd
commit 2fb334be5e
+1 -1
View File
@@ -78,6 +78,6 @@ outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
runs:
using: 'node16'
using: 'node20'
main: 'dist/setup/index.js'
post: 'dist/cleanup/index.js'