Skip to content

Commit 7f474ea

Browse files
committed
chore: update packages, add node16 support
1 parent 7122e6e commit 7f474ea

File tree

7 files changed

+5556
-12588
lines changed

7 files changed

+5556
-12588
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v1
18-
- uses: LouisBrunner/diff-action@v0.1.0
18+
- uses: LouisBrunner/diff-action@v0.2.0
1919
with:
2020
old: file1.txt
2121
new: file2.txt

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ outputs:
3939
output:
4040
description: 'text of the diff'
4141
runs:
42-
using: 'node12'
42+
using: 'node16'
4343
main: 'dist/index.js'

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)