Skip to content

build(deps): bump rollup from 4.23.0 to 4.62.2 #39

build(deps): bump rollup from 4.23.0 to 4.62.2

build(deps): bump rollup from 4.23.0 to 4.62.2 #39

Workflow file for this run

name: Validate 🧪
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Node.js 🚀
uses: actions/setup-node@v2
with:
node-version-file: .nvmrc
- name: Install Dependencies 📦
run: npm ci
- name: Lint Code 🧹
run: npm run lint
- name: Test Code 🧪
run: npm test