fix(ci): align workflow Node.js version with package engines (#520)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Kyungmin Kim
2026-08-02 08:18:22 -07:00
committed by GitHub
co-authored by Cursor
parent 077bfa87b8
commit 784a3d3a32
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "22" node-version: "24"
- name: Install source generators - name: Install source generators
run: | run: |