Skip to content

build(deps-dev): bump rollup from 2.56.3 to 3.29.5 (#8) #6

build(deps-dev): bump rollup from 2.56.3 to 3.29.5 (#8)

build(deps-dev): bump rollup from 2.56.3 to 3.29.5 (#8) #6

Workflow file for this run

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