Skip to content

Commit 69b0b6e

Browse files
chore(deps): update node.js to v24
1 parent c4e4aec commit 69b0b6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: pnpm/action-setup@v4.0.0
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: '20.x'
27+
node-version: '24.x'
2828
cache: pnpm
2929
- run: pnpm install --frozen-lockfile
3030
- run: pnpm run lint

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 20.x
28+
node-version: 24.x
2929
cache: pnpm
3030

3131
- run: pnpm install --frozen-lockfile

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.15.1
1+
24.11.0

0 commit comments

Comments
 (0)