Skip to content

Bump @rollup/rollup-linux-x64-gnu from 4.52.3 to 4.52.4 #623

Bump @rollup/rollup-linux-x64-gnu from 4.52.3 to 4.52.4

Bump @rollup/rollup-linux-x64-gnu from 4.52.3 to 4.52.4 #623

Workflow file for this run

name: Build & Test
on: push
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: latest
- run: npm ci
- run: npm run build
- run: npm test