Skip to content

Commit

Permalink
Merge pull request #88 from rwjblue/drop-release-it-13-support
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 20, 2020
2 parents 20599ca + f5b0250 commit 28b9a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -33,7 +33,7 @@ jobs:

strategy:
matrix:
release-it-version: [13, 14]
release-it-version: ["14.0.0", "14.1.0", "14.2.0"]

steps:
- uses: actions/checkout@v1
Expand All @@ -42,6 +42,6 @@ jobs:
node-version: 14
- name: install dependencies
run: yarn install --non-interactive --frozen-lockfile
- run: yarn add --dev release-it@^${{ matrix.release-it-version }}
- run: yarn add --dev release-it@${{ matrix.release-it-version }}
- run: yarn lint:js
- run: yarn test

0 comments on commit 28b9a5f

Please sign in to comment.