Skip to content

Commit ca53acf

Browse files
chore(deps): update dependency node to v22
1 parent 508a799 commit ca53acf

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

apps/www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@kosori/tailwind-config": "workspace:*",
4848
"@kosori/tsconfig": "workspace:*",
4949
"@types/mdx": "^2.0.13",
50-
"@types/node": "^22.17.1",
50+
"@types/node": "^22.17.2",
5151
"@types/react": "catalog:react18",
5252
"@types/react-dom": "catalog:react18",
5353
"dotenv-cli": "^10.0.0",

pnpm-lock.yaml

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tooling/github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- uses: pnpm/action-setup@v4
88
- uses: actions/setup-node@v4
99
with:
10-
node-version: 20.19.4
10+
node-version: 22.18.0
1111
cache: "pnpm"
1212

1313
- shell: bash

0 commit comments

Comments
 (0)