Skip to content

Commit

Permalink
fix: bump node to v18 semantic-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pppmlt committed Feb 10, 2023
1 parent 54a9cd0 commit 2b7c69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- run: npm install semantic-release conventional-changelog-conventionalcommits
- run: npx semantic-release

0 comments on commit 2b7c69f

Please sign in to comment.