Skip to content

Commit

Permalink
chore: update packages, add node16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Nov 8, 2022
1 parent 7122e6e commit 7f474ea
Show file tree
Hide file tree
Showing 7 changed files with 5,556 additions and 12,588 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: LouisBrunner/diff-action@v0.1.0
- uses: LouisBrunner/diff-action@v0.2.0
with:
old: file1.txt
new: file2.txt
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ outputs:
output:
description: 'text of the diff'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7f474ea

Please sign in to comment.