Skip to content

Commit 443a63e

Browse files
chore(deps): update dependency node to v24
1 parent 9c4202c commit 443a63e

File tree

4 files changed

+19
-20
lines changed

4 files changed

+19
-20
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/setup-node@v6
5050
with:
5151
scope: '@vscode-elements'
52-
node-version: 22
52+
node-version: 24
5353
registry-url: 'https://registry.npmjs.org'
5454
cache: 'npm'
5555
cache-dependency-path: |

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-node@v6
2121
with:
2222
scope: '@vscode-elements'
23-
node-version: 22
23+
node-version: 24
2424
registry-url: 'https://registry.npmjs.org'
2525
cache: 'npm'
2626
cache-dependency-path: |

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"@rollup/plugin-terser": "^0.4.4",
152152
"@types/chai": "4.3.20",
153153
"@types/mocha": "^10.0.10",
154-
"@types/node": "^22.14.0",
154+
"@types/node": "^24.0.0",
155155
"@typescript-eslint/eslint-plugin": "^8.29.0",
156156
"@typescript-eslint/parser": "^8.29.0",
157157
"@vscode-elements/webview-playground": "^1.6.0",

0 commit comments

Comments
 (0)