name: Setup UI Env description: Setup node and install dependencies runs: using: 'composite' steps: - uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' cache: 'yarn' - name: Install packages shell: bash run: yarn install