Skip to content

chore(deps): update dependency webpack to v5 - autoclosed #826

chore(deps): update dependency webpack to v5 - autoclosed

chore(deps): update dependency webpack to v5 - autoclosed #826

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.13.2]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn --frozen-lockfile --ignore-optional
- run: yarn run build
- run: yarn run test