Skip to content

chore(deps-dev): bump undici from 5.28.3 to 5.28.4 (#37) #120

chore(deps-dev): bump undici from 5.28.3 to 5.28.4 (#37)

chore(deps-dev): bump undici from 5.28.3 to 5.28.4 (#37) #120

name: Test & Release
on:
push:
branches:
- "main"
jobs:
release:
name: Test & Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up repo
uses: ./.github/actions/setup
- name: Test
run: npm run test
- name: Build
run: npm run build
- name: Validate current commit (last commit) with commitlint
run: npm run commitlint -- --from HEAD~1 --to HEAD --verbose
- name: Release
run: npx semantic-release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}