Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

chore(deps-dev): bump sass from 1.58.3 to 1.69.2 #579

chore(deps-dev): bump sass from 1.58.3 to 1.69.2

chore(deps-dev): bump sass from 1.58.3 to 1.69.2 #579

Workflow file for this run

name: Tasks
on: [ pull_request ]
jobs:
yarn-install:
name: Yarn Install
runs-on: ubuntu-latest
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 14
yarn-dev:
name: Yarn Dev
runs-on: ubuntu-latest
needs: yarn-install
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 14
- run: yarn dev
yarn-build:
name: Yarn Build
runs-on: ubuntu-latest
needs: yarn-install
steps:
- uses: DerYeger/yarn-setup-action@master
with:
node-version: 14
- run: yarn build