Skip to content

Commit

Permalink
Merge pull request #14 from pleo-io/web-957-cache-action-node20
Browse files Browse the repository at this point in the history
chore!: update node to 20 in s3-cache-action
  • Loading branch information
tkloht authored Apr 29, 2024
2 parents 98b00e9 + f1d9bf2 commit a07494a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ order to determine the repo state.
## Runs
This action is a `node16` action.
This action is a `node20` action.

<!-- action-docs-runs -->

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ outputs:
hash:
description: The repo tree hash which was used for caching.
runs:
using: node16
using: node20
main: dist/restore/index.js
post: dist/save/index.js
post-if: success()

0 comments on commit a07494a

Please sign in to comment.