Skip to content

chore(deps): bump vite from 4.5.0 to 5.1.4 #8

chore(deps): bump vite from 4.5.0 to 5.1.4

chore(deps): bump vite from 4.5.0 to 5.1.4 #8

Workflow file for this run

name: Release
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release