Skip to content

Commit

Permalink
Update libraries (#195)
Browse files Browse the repository at this point in the history
* Update libraries in package.json

* Update dist and format main

* Update setup-node to v4
  • Loading branch information
joris974 authored May 9, 2024
1 parent c12b8b5 commit a83c005
Show file tree
Hide file tree
Showing 5 changed files with 882 additions and 1,019 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: '.nvmrc'
Expand Down
4 changes: 3 additions & 1 deletion dist/index.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"devDependencies": {
"@actions/glob": "^0.4.0",
"@octokit/plugin-rest-endpoint-methods": "^13.2.1",
"@octokit/types": "^13.4.1",
"@types/jest": "^27.4.0",
"@octokit/types": "^13.5.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.11",
"@vercel/ncc": "^0.38.1",
"jest": "^27.4.7",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^27.1.3",
"typescript": "^4.9.5"
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
}
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ async function run() {
const token = core.getInput("github-token", { required: true });

// Your logic here

} catch (error) {
if (error instanceof Error) {
core.setFailed(error.message);
Expand Down
Loading

0 comments on commit a83c005

Please sign in to comment.