Skip to content

Commit 02296c3

Browse files
chore(deps): update dependency node to v24 (#38)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b0758c9 commit 02296c3

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v6
2020
with:
21-
node-version: '20'
21+
node-version: '24'
2222
cache: 'npm'
2323

2424
- name: Install dependencies

package-lock.json

Lines changed: 9 additions & 6 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
@@ -40,7 +40,7 @@
4040
"@cloudflare/vitest-pool-workers": "^0.10.0",
4141
"@cloudflare/workers-types": "^4.20240117.0",
4242
"@eslint/js": "^9.37.0",
43-
"@types/node": "^20.11.0",
43+
"@types/node": "^24.0.0",
4444
"@typescript-eslint/eslint-plugin": "^8.0.0",
4545
"@typescript-eslint/parser": "^8.0.0",
4646
"@vitest/coverage-v8": "^3.0.0",

0 commit comments

Comments
 (0)