Skip to content

Commit da33fbc

Browse files
committed
chore: bump node in CI to 24
1 parent 2205715 commit da33fbc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: pnpm/action-setup@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
registry-url: https://registry.npmjs.org/
2121
cache: pnpm
2222
- name: Install dependencies

.github/workflows/typedoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: pnpm/action-setup@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
registry-url: https://registry.npmjs.org/
2121
cache: pnpm
2222

0 commit comments

Comments
 (0)