Skip to content

Commit eb088df

Browse files
CopilotSamMorrowDrums
authored andcommitted
fix: bump Node.js from 20 to 22 in build-ui action
1 parent d1dd472 commit eb088df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-ui/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
if: steps.cache-ui.outputs.cache-hit != 'true'
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: "20"
23+
node-version: "22"
2424
cache: npm
2525
cache-dependency-path: ui/package-lock.json
2626

0 commit comments

Comments
 (0)