Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to v22 #227

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,6 @@ typings/

# next.js build output
.next

# pnpm
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branding:
icon: bell
color: green
runs:
using: node20
using: node22
main: dist/index.js
inputs:
project_key:
Expand Down
3 changes: 1 addition & 2 deletions dist/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/index.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/sourcemap-register.js

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "pnpm run lint --fix && pnpm run format && pnpm run compile",
"compile": "ncc build ./src/main.ts -m -s --target es2022 --license index.js.LICENSE.txt",
"compile": "ncc build ./src/main.ts -m --target es2022 --license index.js.LICENSE.txt",
"lint": "eslint",
"format": "prettier --write .",
"prepare": "husky",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@octokit/webhooks-types": "7.6.1",
"@types/jest": "29.5.14",
"@types/lodash.template": "4.5.3",
"@types/node": "20.17.6",
"@types/node": "22.9.0",
"@vercel/ncc": "0.38.2",
"all-contributors-cli": "6.26.1",
"eslint": "9.14.0",
Expand All @@ -52,10 +52,11 @@
"typescript": "5.6.3"
},
"volta": {
"node": "20.18.0"
"node": "22.11.0",
"pnpm": "9.12.3"
},
"engines": {
"node": "20.18.0",
"node": "22.11.0",
"pnpm": "9.12.3"
},
"packageManager": "[email protected]"
Expand Down
84 changes: 42 additions & 42 deletions pnpm-lock.yaml

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

Loading
Loading