Skip to content

chore(deps-dev): bump webpack-cli from 5.1.4 to 6.0.0 #216

chore(deps-dev): bump webpack-cli from 5.1.4 to 6.0.0

chore(deps-dev): bump webpack-cli from 5.1.4 to 6.0.0 #216

Workflow file for this run

name: Test 🚀
on:
pull_request:
branches: [develop]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install library dependency
run: npm install
- name: Run Tests
run: npm test