From 1402dc30e71e70f589e499373c9514aca3ee4536 Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Fri, 1 Sep 2023 05:33:19 -0700 Subject: [PATCH] [CI.yml] Try to remove `rome/setup-rome`. --- .github/workflows/CI.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d56b0c23b..0f554b861 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,9 +16,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - uses: rome/setup-rome@v0.4 # TODO(https://github.com/cubing/cubing.js/issues/290) - with: - version: latest - run: npm ci - run: make test-spec-with-coverage - run: make lint-ci