Skip to content

Bump rollup from 3.29.3 to 3.29.5 (#69) #252

Bump rollup from 3.29.3 to 3.29.5 (#69)

Bump rollup from 3.29.3 to 3.29.5 (#69) #252

Workflow file for this run

name: Unit Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: |
npm ci
npm test