Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Merge pull request #336 from strong-roots-capital/renovate/node-20.x #327

Merge pull request #336 from strong-roots-capital/renovate/node-20.x

Merge pull request #336 from strong-roots-capital/renovate/node-20.x #327

Workflow file for this run

---
name: Release
on:
push:
branches:
- master
- next
- next-major
- beta
- alpha
- "[0-9]+.[0-9]+.x"
- "[0-9]+.x"
jobs:
release:
uses: semantic-release-action/typescript/.github/workflows/release.yml@v3
with:
test-node-versions: '["lts/*"]'
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}