Skip to content

Bump sass from 1.72.0 to 1.74.1 #172

Bump sass from 1.72.0 to 1.74.1

Bump sass from 1.72.0 to 1.74.1 #172

Workflow file for this run

name: Test Format
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install and test
run: |
yarn --frozen-lockfile
yarn test