Skip to content

build(deps-dev): bump webpack from 5.83.1 to 5.94.0 #207

build(deps-dev): bump webpack from 5.83.1 to 5.94.0

build(deps-dev): bump webpack from 5.83.1 to 5.94.0 #207

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js "18.x"
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- name: Run npm test with xvfb
uses: coactions/setup-xvfb@v1
with:
run: npm test