Skip to content

Commit

Permalink
chore!: use node 20 (instead of 16)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkloht committed Apr 29, 2024
1 parent 98b00e9 commit f1d9bf2
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 f1d9bf2

Please sign in to comment.