Skip to content

chore(deps): bump rollup from 4.28.0 to 4.29.1 (#519) #400

chore(deps): bump rollup from 4.28.0 to 4.29.1 (#519)

chore(deps): bump rollup from 4.28.0 to 4.29.1 (#519) #400

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