Skip to content

Commit cf27cf9

Browse files
committed
ci: use node24
1 parent 50cd096 commit cf27cf9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515

1616
env:
1717
DOCS_GA_ID: G-CTB8FQ7VMW
18-
NODE_VERSION: '22'
1918

2019
steps:
2120
- uses: actions/checkout@v6
@@ -28,7 +27,7 @@ jobs:
2827
- name: Setup Node.js
2928
uses: actions/setup-node@v6
3029
with:
31-
node-version: ${{ env.NODE_VERSION }}
30+
node-version: 24
3231
cache: pnpm
3332

3433
- name: Install dependencies

0 commit comments

Comments
 (0)