Skip to content

Bump @rollup/rollup-linux-x64-gnu from 4.53.3 to 4.56.0 #38

Bump @rollup/rollup-linux-x64-gnu from 4.53.3 to 4.56.0

Bump @rollup/rollup-linux-x64-gnu from 4.53.3 to 4.56.0 #38

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- name: Install Dependencies
run: npm ci
- name: Check Format
run: npm run format:check
- name: Build
run: npm run package