Skip to content

Commit 8a505c9

Browse files
committed
feat: bump to use node20 runtime
Signed-off-by: Rui Chen <[email protected]>
1 parent 883490d commit 8a505c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ outputs:
2525
cache-hit:
2626
description: 'A boolean value to indicate if a cache was hit'
2727
runs:
28-
using: 'node16'
28+
using: 'node20'
2929
main: 'dist/setup/index.js'
3030
post: 'dist/cache-save/index.js'
3131
post-if: success()

0 commit comments

Comments
 (0)