Skip to content

Update dependency style-loader to v4 #1337

Update dependency style-loader to v4

Update dependency style-loader to v4 #1337

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- gh-pages
- "renovate/**"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci
- run: npm run build