Skip to content

Bump rollup from 4.21.0 to 4.22.4 in the npm_and_yarn group #52

Bump rollup from 4.21.0 to 4.22.4 in the npm_and_yarn group

Bump rollup from 4.21.0 to 4.22.4 in the npm_and_yarn group #52

name: Verify Build and Tests for PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run lint