Skip to content

Commit 9ce1cf7

Browse files
chore(deps): update dependency node to v22
1 parent d531143 commit 9ce1cf7

File tree

5 files changed

+51
-39
lines changed

5 files changed

+51
-39
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
registry-url: https://registry.npmjs.org/
2525
cache: "pnpm"
2626

.github/workflows/upgrade-tree-sitter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
cache: "pnpm"
2222

2323
- run: pnpm install --frozen-lockfile

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 18.20.8
1+
nodejs 22.18.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@types/jest": "29.5.14",
21-
"@types/node": "18.19.121",
21+
"@types/node": "22.17.2",
2222
"@typescript-eslint/eslint-plugin": "7.18.0",
2323
"@typescript-eslint/parser": "7.18.0",
2424
"cross-spawn": ">=7.0.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)