Skip to content

Commit

Permalink
Merge pull request #1 from unstoppabledomains/node16-to-20
Browse files Browse the repository at this point in the history
Node16 to 20
  • Loading branch information
UDtorrey authored Mar 25, 2024
2 parents 594ee17 + 0acd69e commit 0d3b394
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 @@ -17,5 +17,5 @@ outputs:
diff:
description: 'List of changed files'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.cjs'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DiffMasterFlex",
"version": "1.0.0",
"version": "1.0.4",
"description": "Get a list of files that differ between the specified commit and Git ref",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0d3b394

Please sign in to comment.