Skip to content

chore(deps): bump webpack from 5.91.0 to 5.94.0 #2054

chore(deps): bump webpack from 5.91.0 to 5.94.0

chore(deps): bump webpack from 5.91.0 to 5.94.0 #2054

Workflow file for this run

name: pr-name-linter
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- name: Install dependencies
run: yarn add @commitlint/[email protected]
- uses: JulienKode/[email protected]