Skip to content

build: Bump webpack from 5.37.0 to 5.80.0 #1410

build: Bump webpack from 5.37.0 to 5.80.0

build: Bump webpack from 5.37.0 to 5.80.0 #1410

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [10, 12, 14, 16]
steps:
- uses: actions/checkout@v2.4.0
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run bootstrap
- run: npm test
env:
CI: true