Skip to content

build(deps-dev): bump @rollup/plugin-commonjs from 28.0.1 to 28.0.2 #3203

build(deps-dev): bump @rollup/plugin-commonjs from 28.0.1 to 28.0.2

build(deps-dev): bump @rollup/plugin-commonjs from 28.0.1 to 28.0.2 #3203

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Build artifacts
run: npm run build