Skip to content

build(deps-dev): bump stylelint from 15.10.1 to 15.10.3 #542

build(deps-dev): bump stylelint from 15.10.1 to 15.10.3

build(deps-dev): bump stylelint from 15.10.1 to 15.10.3 #542

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
javascript:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build