Skip to content

chore(deps-dev): Bump style-loader from 3.3.3 to 3.3.4 #690

chore(deps-dev): Bump style-loader from 3.3.3 to 3.3.4

chore(deps-dev): Bump style-loader from 3.3.3 to 3.3.4 #690

Workflow file for this run

name: Test website compile
on:
push:
branches:
- "*"
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
- run: npm ci
- run: npm run build