Skip to content

chore(deps): bump @babel/runtime from 7.20.7 to 7.28.6 (#565) #104

chore(deps): bump @babel/runtime from 7.20.7 to 7.28.6 (#565)

chore(deps): bump @babel/runtime from 7.20.7 to 7.28.6 (#565) #104

Workflow file for this run

name: Release
"on":
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-node@dbe1369d7be17e7823f8c1ee1ae8bec5779239dd # v3.9.0
with:
cache: npm
node-version: lts/*
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}