Skip to content

build(deps): bump rollup from 4.9.5 to 4.22.4 #47

build(deps): bump rollup from 4.9.5 to 4.22.4

build(deps): bump rollup from 4.9.5 to 4.22.4 #47

Workflow file for this run

---
name: Github CI
on:
push:
branches:
- master
jobs:
storybook:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install
run: npm ci
- name: Deploy storybook
run: npm run storybook:deploy -- --ci
env:
GH_TOKEN: Neovici:${{ secrets.GITHUB_TOKEN }}