Skip to content

Commit

Permalink
Merge pull request #279 from release-it-plugins/release-it-16
Browse files Browse the repository at this point in the history
Release it 16
  • Loading branch information
scalvert committed Jul 11, 2023
2 parents e23ea75 + 7473901 commit 52104a8
Show file tree
Hide file tree
Showing 3 changed files with 2,329 additions and 1,888 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/setup-node@v3
with:
node-version: 14.x
cache: npm
- uses: volta-cli/action@v4
- run: npm ci
- run: npm run lint:js

Expand All @@ -26,14 +23,13 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x]

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/setup-node@v3
- uses: volta-cli/action@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: install dependencies
run: npm ci
- run: npm run test:jest
Expand All @@ -45,14 +41,11 @@ jobs:

strategy:
matrix:
release-it-version: ["14.0.0", "14.1.0", "14.2.0", "15.1.3", "^15.0.0"]
release-it-version: ["14.0.0", "14.1.0", "14.2.0", "15.1.3", "^15.0.0", "^16.0.0"]

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/setup-node@v3
with:
node-version: 14
cache: npm
- uses: volta-cli/action@v4
- name: install dependencies
run: npm ci
- run: npm install --saveDev release-it@${{ matrix.release-it-version }}
Expand Down

0 comments on commit 52104a8

Please sign in to comment.