Skip to content

chore(deps-dev): bump webpack from 5.91.0 to 5.94.0 #184

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

chore(deps-dev): bump webpack from 5.91.0 to 5.94.0 #184

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:
fail-fast: false
matrix:
node-version:
- 20
os:
- ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test