Skip to content

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0… #105

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0…

chore(deps-dev): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0… #105

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- name: NPM install
run: npm ci
- name: Build
run: npm run build
- name: Test
run: xvfb-run --auto-servernum npm test