12
0
Fork 0
mirror of https://github.com/actions/cache.git synced 2026-07-03 21:59:30 +00:00

Switch to node20 context

This commit is contained in:
Boris Staal 2024-01-31 08:11:32 -06:00
parent c4c0190451
commit 871259f9e2
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ outputs:
cache-matched-key:
description: 'Key of the cache that was restored, it could either be the primary key on cache-hit or a partial/complete match of one of the restore keys'
runs:
using: 'node16'
using: 'node20'
main: '../dist/restore-only/index.js'
branding:
icon: 'archive'