Skip to content

Commit

Permalink
ci: use node lts version for release workflow (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranroneill authored Jan 13, 2024
1 parent 725bfba commit f6fd56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: "🔧 Setup"
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
node-version: 'lts/*'
cache: 'yarn'
- name: "📦 Install"
run: yarn global add semantic-release @semantic-release/commit-analyzer @semantic-release/release-notes-generator @semantic-release/npm @semantic-release/github @semantic-release/git @semantic-release/changelog
- name: "🔖 Release"
Expand Down

0 comments on commit f6fd56f

Please sign in to comment.