Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrz committed Jan 28, 2022
1 parent 1c1a8fb commit b7064e0
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 41 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ inputs:
required: false

runs:
using: 'node12'
using: 'node16'
main: 'dist/src/index.js'
12 changes: 11 additions & 1 deletion dist/src/git.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/src/write.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

99 changes: 64 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/deep-diff": "^1.0.0",
"@types/deep-equal": "^1.0.1",
"@types/jest": "^27.0.3",
"@types/markdown-it": "0.0.9",
"@types/markdown-it": "^12.2.3",
"@types/node": "^13.9.1",
"@types/rimraf": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
Expand All @@ -56,7 +56,7 @@
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.3.1",
"markdown-it": "^10.0.0",
"markdown-it": "^12.3.2",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
Expand Down

0 comments on commit b7064e0

Please sign in to comment.