1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2024-10-17 06:34:41 +02:00

Update node version to v16

This commit is contained in:
Tomoki Sugiura 2023-03-20 11:58:12 +09:00
parent 587972ca9c
commit 049c493913

View file

@ -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()'