Skip to content

Commit

Permalink
Set up Node
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolalsvk committed Nov 11, 2024
1 parent 68a4df6 commit 25e00a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true

- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 10.13.0

- name: Install dependencies
run: |
gem install bundler -v 2.4.22
Expand Down

0 comments on commit 25e00a1

Please sign in to comment.