Skip to content

Commit

Permalink
Merge pull request #304 from release-it-plugins/upgrade-workflow
Browse files Browse the repository at this point in the history
Upgrades ci workflow to use node@18, upgrades action versions
  • Loading branch information
scalvert authored May 27, 2024
2 parents 6f28843 + fc7a3ee commit 9ce2103
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

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

steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.1.6
- uses: volta-cli/action@v4
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -34,7 +34,8 @@ jobs:

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

steps:
- uses: actions/checkout@v3.5.3
Expand Down

0 comments on commit 9ce2103

Please sign in to comment.