Skip to content

chore(deps-dev): bump sass from 1.66.1 to 1.69.4 #642

chore(deps-dev): bump sass from 1.66.1 to 1.69.4

chore(deps-dev): bump sass from 1.66.1 to 1.69.4 #642

Workflow file for this run

name: Automated Tests and Linting
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
cache-dependency-path: yarn.lock
- name: Install packages
run: yarn install --immutable
- name: Run tests
run: yarn test