Skip to content

chore(deps-dev): bump webpack from 5.90.0 to 5.90.1 #96

chore(deps-dev): bump webpack from 5.90.0 to 5.90.1

chore(deps-dev): bump webpack from 5.90.0 to 5.90.1 #96

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