Skip to content

Commit

Permalink
ci(release) use node LTS and unpin semantic-release (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Jun 16, 2024
1 parent c4a3bfe commit 142cdc5
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 @@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: lts/*
cache: npm
- run: npm ci
- run: npx semantic-release@19
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 142cdc5

Please sign in to comment.