We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a508722 commit abd5ca2Copy full SHA for abd5ca2
1 file changed
.github/actions/build-ui/action.yml
@@ -20,7 +20,7 @@ runs:
20
if: steps.cache-ui.outputs.cache-hit != 'true'
21
uses: actions/setup-node@v6
22
with:
23
- node-version: "20"
+ node-version: "22"
24
cache: npm
25
cache-dependency-path: ui/package-lock.json
26
0 commit comments