Skip to content

Bump rollup from 4.9.1 to 4.22.4 #3

Bump rollup from 4.9.1 to 4.22.4

Bump rollup from 4.9.1 to 4.22.4 #3

Workflow file for this run

name: Code Quality Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm ci
- name: Check
run: |
npm run lint
npm run test