Update action to node20

This commit is contained in:
Tatyana Kostromskaya 2023-11-20 13:30:40 +00:00
parent 704facf57e
commit 2001ca4114
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ 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/restore/index.js'
post: 'dist/save/index.js'
post-if: success()