Skip to content

chore(deps-dev): bump rollup from 3.3.0 to 3.29.5 #17

chore(deps-dev): bump rollup from 3.3.0 to 3.29.5

chore(deps-dev): bump rollup from 3.3.0 to 3.29.5 #17

Workflow file for this run

name: Run Tests
on:
pull_request:
# Only run tests when relevant files are changing
paths-ignore:
- '**.md'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm test