Setup Node.js 18.x + uses: actions/setup-node@v3 + with: + node-version: 18.x + - name: Install Dependencies + run: npm install -g pnpm@8.15.1 + - name: Test Example + run: cd example && pnpm i && pnpm build \ No newline at end of file diff --git a/.github/workflows/...