Skip to content

Commit

Permalink
Applying project update
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Dec 28, 2023
1 parent cdd5d80 commit 2ac0925
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 23 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
required: false
default: index.md
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

52 changes: 35 additions & 17 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 @@ -30,15 +30,15 @@
},
"homepage": "https://github.com/DaanV2/Markdown-Action-Create-Indexes#readme",
"devDependencies": {
"@types/node": "^18.15.11",
"@types/node": "^18.19.3",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"eslint": "^8.37.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"tslint": "^6.1.3",
"typescript": "^5.0.3"
"typescript": "^5.3.3"
},
"dependencies": {
"@actions/core": "^1.10.1",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"esModuleInterop": true,
"target": "ES2020",
"moduleResolution": "node",
"sourceMap": true,
"sourceMap": true,
"outDir": "out"
},
"lib": ["es2015"]
}
}

0 comments on commit 2ac0925

Please sign in to comment.