Skip to content

Commit

Permalink
fix(actions): remove matrix for now
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Nov 11, 2020
1 parent ae34cd0 commit 4f202b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ jobs:
name: tests
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 12
- run: npm ci
- run: npm run build --if-present
- run: npm test
Expand Down

0 comments on commit 4f202b5

Please sign in to comment.