Skip to content

Bump @rollup/rollup-linux-x64-gnu from 4.30.1 to 4.31.0 #260

Bump @rollup/rollup-linux-x64-gnu from 4.30.1 to 4.31.0

Bump @rollup/rollup-linux-x64-gnu from 4.30.1 to 4.31.0 #260

Workflow file for this run

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