Skip to content

Commit 5d00c8e

Browse files
chore(deps): update dependency node to v24
1 parent e76846b commit 5d00c8e

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: pnpm/action-setup@v4
2020
- uses: actions/setup-node@v5
2121
with:
22-
node-version: "22"
22+
node-version: "24"
2323
cache: pnpm
2424
registry-url: "https://registry.npmjs.org"
2525
- run: corepack enable

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"url": "https://github.com/brijeshb42/monaco-vim.git"
4747
},
4848
"devDependencies": {
49-
"@types/node": "^22.10.2",
49+
"@types/node": "^24.0.0",
5050
"monaco-editor": "^0.33.0",
5151
"rimraf": "^6.0.1",
5252
"tsdown": "^0.16.6",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)