Skip to content

Commit 059b912

Browse files
chore(deps): update dependency node to v24
1 parent 01eef2e commit 059b912

5 files changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: pnpm/action-setup@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 20
30+
node-version: 24
3131
cache: 'pnpm'
3232
- run: pnpm install
3333
- run: pnpm run format

.github/workflows/compressed-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pnpm/action-setup@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 24
1818
cache: 'pnpm'
1919
- run: pnpm install
2020
- run: pnpm build

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 24
2424
registry-url: 'https://registry.npmjs.org'
2525
- uses: pnpm/action-setup@v4
2626
- run: pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@biomejs/biome": "1.9.4",
59-
"@types/node": "^22.15.32",
59+
"@types/node": "^24.0.0",
6060
"@vitest/coverage-v8": "^3.2.4",
6161
"changelogen": "^0.6.2",
6262
"lefthook": "1.13.6",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)