Skip to content

Commit a410cf4

Browse files
chore(deps): update dependency node to v24 (#20)
Co-authored-by: mrbro-bot[bot] <137683033+mrbro-bot[bot]@users.noreply.github.com>
1 parent a01c251 commit a410cf4

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: Setup Node.js for NPM publishing
128128
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
129129
with:
130-
node-version: 22
130+
node-version: 24
131131
registry-url: 'https://registry.npmjs.org'
132132

133133
- name: Install dependencies

bun.lock

Lines changed: 7 additions & 3 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
@@ -55,7 +55,7 @@
5555
"@opencode-ai/plugin": "^1.1.30",
5656
"@types/bun": "latest",
5757
"@types/js-yaml": "^4.0.9",
58-
"@types/node": "^22.0.0",
58+
"@types/node": "^24.0.0",
5959
"conventional-changelog-conventionalcommits": "^9.0.0",
6060
"markdownlint-cli": "^0.47.0",
6161
"rimraf": "^6.1.2",

0 commit comments

Comments
 (0)