Skip to content

chore(deps-dev): bump sass from 1.77.2 to 1.77.5 #207

chore(deps-dev): bump sass from 1.77.2 to 1.77.5

chore(deps-dev): bump sass from 1.77.2 to 1.77.5 #207

Workflow file for this run

on: ['push', 'pull_request']
name: Coveralls
jobs:
build:
name: Reporter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Build, and make test-coverage
run: |
npm ci
npm run build
JEST_MAX_WORKERS=3 npm run test:ci
- name: Coveralls
uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949