diff --git a/.github/workflows/ci-alternative-runtimes.yml b/.github/workflows/ci-alternative-runtimes.yml index 5bebfe62c9a..4a1de5b3f3b 100644 --- a/.github/workflows/ci-alternative-runtimes.yml +++ b/.github/workflows/ci-alternative-runtimes.yml @@ -26,7 +26,7 @@ jobs: contents: read strategy: matrix: - runtime: [nsolid, deno] + runtime: [nsolid] os: [macos-latest, ubuntu-latest, windows-latest] include: - runtime: nsolid @@ -47,16 +47,11 @@ jobs: node-version: ${{ matrix.node-version }} nsolid-version: ${{ matrix.nsolid-version }} - - uses: denoland/setup-deno@v1 - if: ${{ matrix.runtime == 'deno' }} - with: - deno-version: v1.x - - name: test deno - if: ${{ matrix.runtime == 'deno' }} + if: ${{ matrix.runtime == 'nsolid' }} run: | - node -v && npm -v - deno -v + node -v + node -vv - name: Install run: |