Skip to content

Commit

Permalink
[CI.yml] Try to remove rome/setup-rome.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 1, 2023
1 parent 7705631 commit 1402dc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: rome/[email protected] # 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
Expand Down

0 comments on commit 1402dc3

Please sign in to comment.