Skip to content

chore(deps-dev): bump webpack from 5.60.0 to 5.94.0 #34

chore(deps-dev): bump webpack from 5.60.0 to 5.94.0

chore(deps-dev): bump webpack from 5.60.0 to 5.94.0 #34

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version:
- 16
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test