Skip to content

Bump sass from 1.68.0 to 1.69.5 #236

Bump sass from 1.68.0 to 1.69.5

Bump sass from 1.68.0 to 1.69.5 #236

Workflow file for this run

name: Perform CI
on:
- pull_request
- push
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run lint