Skip to content

Commit

Permalink
Merge pull request #106 from release-it-plugins/squelix/master
Browse files Browse the repository at this point in the history
Upgrades release-it to 16.x. Upgrades node to 16.x

Co-authored-by: Mickaël Depardon <mickael.depardon.w@gmail.com>
  • Loading branch information
scalvert and squelix committed Jul 11, 2023
2 parents 5ea658a + 328ab45 commit 78e4d59
Show file tree
Hide file tree
Showing 3 changed files with 1,941 additions and 1,224 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand All @@ -34,13 +34,13 @@ jobs:

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

steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: install dependencies
run: npm ci
- run: npm install --saveDev release-it@${{ matrix.release-it-version }}
Expand Down

0 comments on commit 78e4d59

Please sign in to comment.