Skip to content

Commit

Permalink
Merge pull request #8 from buildsville/update-dependencies-20231029
Browse files Browse the repository at this point in the history
update  dependencies 20231029
  • Loading branch information
buildsville committed Oct 29, 2023
2 parents 3ce1af6 + bd21c14 commit ac59c9f
Show file tree
Hide file tree
Showing 7 changed files with 28,750 additions and 8,738 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules/*

.idea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: remove label
steps:
- name: removelabel
uses: buildsville/add-remove-label@v2.0.0
uses: buildsville/add-remove-label@v2.0.1
with:
token: ${{secrets.GITHUB_TOKEN}}
labels: WFR, ASAP
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ inputs:
required: true
default: ''
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
36,807 changes: 28,597 additions & 8,210 deletions dist/index.js

Large diffs are not rendered by default.

660 changes: 140 additions & 520 deletions package-lock.json

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.8.9"
}
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["ES2015","ES2018"],
"target": "ES2015",
"lib": ["ES2021"],
"target": "ES2021",
"module": "CommonJS"
}
}

0 comments on commit ac59c9f

Please sign in to comment.