Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
chore(): bump node to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
tjappo committed Jul 26, 2023
1 parent 494bd41 commit 17b6acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ outputs:
cache-hit:
description: 'A boolean value to indicate if cache was found and restored'
runs:
using: 'node12'
using: 'node16'
main: 'dist/main/index.js'
post: 'dist/post/index.js'
post-if: success()
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-local-cache",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "A Github Action to save and restore files across job runs directly in the runner's file system",
"main": "dist/main/index.ts",
Expand Down

0 comments on commit 17b6acb

Please sign in to comment.