diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index ca51a80..bba5587 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -21,6 +21,8 @@ jobs: matrix: ${{ steps.deploy-matrix.outputs.matrix }} steps: - uses: actions/checkout@v4 + - uses: oven-sh/setup-bun@v1 + - name: Use Node.js ${{ env.node_version }} uses: actions/setup-node@v4 with: @@ -33,7 +35,7 @@ jobs: - run: pnpm install - name: Export the matrix for testing id: deploy-matrix - run: nx run @infra/azure-functions:github-actions + run: pnpm exec nx run @infra/azure-functions:github-actions build: runs-on: ${{ matrix.os }} @@ -61,4 +63,4 @@ jobs: - run: pnpm build - name: Build the project - run: nx run @examples/with-${{ matrix.runtime }}:build + run: pnpm exec nx run @examples/with-${{ matrix.runtime }}:build diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea4bbc6..2f8adcc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -82,7 +82,7 @@ importers: specifier: ^5.4.5 version: 5.4.5 - examples/with-nodejs: + examples/with-node: dependencies: '@hono/node-server': specifier: ^1.8.1