Skip to content

chore(deps-dev): bump sass from 1.77.6 to 1.80.3 #299

chore(deps-dev): bump sass from 1.77.6 to 1.80.3

chore(deps-dev): bump sass from 1.77.6 to 1.80.3 #299

Workflow file for this run

name: "ci"
on:
push:
branches-ignore:
- "dependabot/**"
pull_request:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run check
- run: npm run lint
- run: npm run build
- run: npm test
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}