Skip to content

chore(deps): update dependency rollup to v4.24.1 #1641

chore(deps): update dependency rollup to v4.24.1

chore(deps): update dependency rollup to v4.24.1 #1641

Workflow file for this run

name: Automated tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
cache: yarn
node-version: 20
registry-url: https://registry.npmjs.org
- run: yarn install
env:
CI: true
- run: yarn build
env:
CI: true
- run: yarn test
env:
CI: true
- run: yarn lint
env:
CI: true
- name: publish
if: startsWith(github.ref, 'refs/tags/v')
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}