Skip to content

Commit

Permalink
Do not setup node during tests
Browse files Browse the repository at this point in the history
We do not need node anymore
  • Loading branch information
tvdeyen committed Dec 29, 2023
1 parent 9776fe1 commit 19d5d68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Prepare tests
run: bundle exec rake test_setup
- name: Run tests
Expand Down

0 comments on commit 19d5d68

Please sign in to comment.