docs(examples): update node.js to 24 in the github action yml (#228)

This commit is contained in:
Zheng Feng 2026-06-26 20:24:33 +08:00 committed by GitHub
parent 8a987d3d29
commit 491a2ac6d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '24'
- name: Install OpenCodeReview
run: |