mirror of
https://github.com/actions/cache.git
synced 2025-03-31 10:26:35 +00:00
Merge pull request #7 from chez-shanpu/update-node16
Update node version to v16
This commit is contained in:
commit
a1983e0d88
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ outputs:
|
|||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
runs:
|
||||
using: 'node12'
|
||||
using: 'node16'
|
||||
main: 'dist/restore/index.js'
|
||||
post: 'dist/save/index.js'
|
||||
post-if: 'success()'
|
||||
|
|
Loading…
Add table
Reference in a new issue