Skip to content

Bump rollup from 2.76.0 to 2.79.2 #13

Bump rollup from 2.76.0 to 2.79.2

Bump rollup from 2.76.0 to 2.79.2 #13

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: 🛠️ Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: 📦 Install dependencies
run: yarn install
- name: 🧪 Test
run: yarn test
- name: 🔨 Build
run: yarn build
- name: 🚀 Deploy to GitHub Pages
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build