Skip to content

Commit

Permalink
Remove node@14 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickaël Depardon committed Jul 10, 2023
1 parent fb37945 commit b8a6a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +34,7 @@ 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
Expand Down

0 comments on commit b8a6a55

Please sign in to comment.