Skip to content

Commit

Permalink
chore: update to node 22 (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
naomi-lgbt authored Dec 9, 2024
1 parent d250e71 commit 6e17fb7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [22.x]

steps:
- name: Checkout Source Files
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/nhcarrigan/SendGrid-Experiment#readme",
"engines": {
"node": "20",
"node": "22",
"pnpm": "9"
},
"devDependencies": {
Expand All @@ -29,7 +29,7 @@
"@nhcarrigan/typescript-config": "4.0.0",
"@types/cli-progress": "3.11.6",
"@types/inquirer": "9.0.7",
"@types/node": "20.17.9",
"@types/node": "22.10.1",
"@vitest/coverage-istanbul": "1.6.0",
"eslint": "8.57.1",
"pre-commit": "1.2.2",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

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

0 comments on commit 6e17fb7

Please # to comment.