Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl authored Oct 31, 2023
1 parent e7d0e17 commit 3de15eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/js_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
steps:
- name: Build test matrix
id: build_matrix
uses: ekohl/gha-matrix-builder@v0
with:
base_matrix_url: "https://raw.githubusercontent.com/${{ github.repository }}/${{ github.base_ref }}/.github/matrix.json"
uses: theforeman/gha-matrix-builder@v0

test:
permissions:
Expand All @@ -41,7 +39,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Setup Node ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Generate npm dependencies package-lock
Expand Down

0 comments on commit 3de15eb

Please sign in to comment.