Skip to content

chore(deps-dev): bump rollup from 4.30.1 to 4.34.3 #1091

chore(deps-dev): bump rollup from 4.30.1 to 4.34.3

chore(deps-dev): bump rollup from 4.30.1 to 4.34.3 #1091

Workflow file for this run

name: Node.js Package Release
on: push
jobs:
build:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run pull-submodules
- run: npm run prepare-templates
- run: npm run test:ci
- run: npm run build --if-present
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}