name: 'Install' description: 'Install' runs: using: composite steps: - name: Setup Node.js 22.x uses: actions/setup-node@v3 with: cache: 'yarn' node-version: 22.x - name: Install Dependencies shell: bash run: yarn install