Skip to content

chore(deps): bump sass from 1.60.0 to 1.63.5 #122

chore(deps): bump sass from 1.60.0 to 1.63.5

chore(deps): bump sass from 1.60.0 to 1.63.5 #122

Workflow file for this run

name: test and build
on: [pull_request]
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: "16"
cache: "yarn"
- run: yarn install
- run: yarn run test
- run: yarn run generate