Skip to content

Bump rollup from 4.4.0 to 4.22.4 in the npm_and_yarn group #353

Bump rollup from 4.4.0 to 4.22.4 in the npm_and_yarn group

Bump rollup from 4.4.0 to 4.22.4 in the npm_and_yarn group #353

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: npm install, build, and test
run: |
npm install
npm test
env:
CI: true