Skip to content

chore(deps-dev): bump @babel/plugin-transform-runtime from 7.24.3 to … #371

chore(deps-dev): bump @babel/plugin-transform-runtime from 7.24.3 to …

chore(deps-dev): bump @babel/plugin-transform-runtime from 7.24.3 to … #371

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.REPO_READ_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
semantic_version: 18.0.1
extra_plugins: |
@semantic-release/changelog@6.0.1
@semantic-release/git@10.0.1