Skip to content

Commit

Permalink
Merge pull request #123 from kaimallea/ci
Browse files Browse the repository at this point in the history
ci: remove matrix strat from CD
  • Loading branch information
kaimallea authored Apr 12, 2020
2 parents f5a40c2 + f5bee3d commit 1e078b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 12
registry-url: "https://registry.npmjs.org"
- run: yarn install
- run: yarn build
Expand Down

0 comments on commit 1e078b9

Please sign in to comment.