Skip to content

Commit

Permalink
ci: node 20, not 18
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Mar 2, 2024
1 parent 11029c6 commit 1fb773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js and semantic-release plugins
uses: actions/setup-node@v4
with:
node-version: lts/hydrogen
node-version: lts/iron
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- run: npm install -g semantic-release @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/exec semantic-release/git semantic-release/release-notes-generator
Expand Down

0 comments on commit 1fb773b

Please sign in to comment.