Skip to content

Commit

Permalink
Upgrade to Node 22 (fixes #8)
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Nov 23, 2024
1 parent 1c5ed19 commit a9f0801
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test:cover": "npm test -- --coverage"
},
"engines": {
"node": "^20.9",
"npm": "^10"
"node": "^22.11",
"npm": ">=10"
},
"repository": {
"type": "git",
Expand All @@ -37,7 +37,7 @@
"@netlify/functions": "^2.8.2",
"@octokit/webhooks-types": "^7.6.1",
"@types/eslint": "^9.6.1",
"@types/node": "^20.17.5",
"@types/node": "^22.9.3",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/eslint-plugin": "^1.1.7",
"cross-env": "^7.0.3",
Expand All @@ -53,6 +53,6 @@
"@octokit/rest": "^21.0.2",
"@octokit/webhooks-methods": "^5.1.0",
"@slack/web-api": "^7.7.0",
"@tsconfig/node20": "^20.1.4"
"@tsconfig/node22": "^22.0.0"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"extends": "@tsconfig/node22/tsconfig.json",
"compilerOptions": {
"types": ["node", "vitest/globals"]
}
Expand Down

0 comments on commit a9f0801

Please sign in to comment.