Skip to content

fix(deps): update podium dependencies #48

fix(deps): update podium dependencies

fix(deps): update podium dependencies #48

Workflow file for this run

name: Release and Publish
on:
push:
branches:
- main
- alpha
- beta
- next
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run lint
- run: npm run types
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}