Skip to content

Commit e2668af

Browse files
committed
👷 Upgrade Node.js version to 25 in deploy workflow
1 parent c543497 commit e2668af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-generated-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Node.js
3333
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3434
with:
35-
node-version: '23'
35+
node-version: '25'
3636
cache: 'yarn'
3737

3838
- name: Install dependencies

0 commit comments

Comments
 (0)