Skip to content

chore(deps-dev): bump sass-loader from 16.0.1 to 16.0.4 #1197

chore(deps-dev): bump sass-loader from 16.0.1 to 16.0.4

chore(deps-dev): bump sass-loader from 16.0.1 to 16.0.4 #1197

Workflow file for this run

name: Node.js CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 12.x
- run: npm install
- run: npm run build --if-present
- run: npm run lint