Skip to content

Bump sass from 1.79.4 to 1.79.5 #318

Bump sass from 1.79.4 to 1.79.5

Bump sass from 1.79.4 to 1.79.5 #318

Workflow file for this run

name: Build and Test Obsidian Plugin
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.10'
cache: 'npm'
- name: Build and Test
id: build
run: |
npm install
npm run build