Skip to content

chore(deps): bump mini-css-extract-plugin from 2.7.6 to 2.9.2 #1421

chore(deps): bump mini-css-extract-plugin from 2.7.6 to 2.9.2

chore(deps): bump mini-css-extract-plugin from 2.7.6 to 2.9.2 #1421

Workflow file for this run

name: Lint server
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [v18.16.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm run lint
run: |
npm install
npm run lint
env:
CI: true