This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git

commit 0817a2faf9e3481e207db8dd430c6cecaa6e2f5e
Author: Stefan Krawczyk <[email protected]>
AuthorDate: Tue Feb 24 18:23:43 2026 -0800

    Upgrade Node.js version from 16.x to 20.x in frontend workflow
    
    ESLint 9.x requires Node.js 18+ (uses structuredClone which was added in 
Node 17).
    Node 16 reached EOL in September 2023.
    
    Fixes: ConfigError: structuredClone is not defined
---
 .github/workflows/hamilton-ui-frontend.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/hamilton-ui-frontend.yml 
b/.github/workflows/hamilton-ui-frontend.yml
index a074dc55..cfecec7f 100644
--- a/.github/workflows/hamilton-ui-frontend.yml
+++ b/.github/workflows/hamilton-ui-frontend.yml
@@ -17,7 +17,7 @@ jobs:
         working-directory: ui/frontend
     strategy:
       matrix:
-        node-version: [16.x]
+        node-version: [20.x]
     steps:
     - uses: actions/checkout@v3
     - name: Check for missing Apache 2 license headers

Reply via email to