Skip to content

Commit bbb34c2

Browse files
committed
gha ui workflow upgrade to node-version 24
Node.js v16 (Gallium) has reached EOL https://nodejs.org/en/about/eol
1 parent f417c6b commit bbb34c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Node
3737
uses: actions/setup-node@v5
3838
with:
39-
node-version: 16
39+
node-version: 24
4040

4141
- name: Env details
4242
run: |

0 commit comments

Comments
 (0)