Skip to content

Bump mini-css-extract-plugin from 2.7.6 to 2.7.7 #1067

Bump mini-css-extract-plugin from 2.7.6 to 2.7.7

Bump mini-css-extract-plugin from 2.7.6 to 2.7.7 #1067

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run test
env:
CI: true