Skip to content

Commit 5118028

Browse files
chore(deps): update node (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 893abb8 commit 5118028

File tree

4 files changed

+49
-49
lines changed

4 files changed

+49
-49
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run_install: false
2828

2929
- name: Use Node.js
30-
uses: actions/setup-node@v5
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version-file: '.nvmrc'
3333
cache: 'pnpm'

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@biomejs/biome": "^1.9.4",
3838
"@types/glob": "^8.1.0",
39-
"@types/node": "^22.8.4",
39+
"@types/node": "^24.0.0",
4040
"@vercel/ncc": "^0.38.2",
4141
"typescript": "^5.6.3"
4242
}

0 commit comments

Comments
 (0)