Skip to content

Bump sass from 1.68.0 to 1.69.0 #207

Bump sass from 1.68.0 to 1.69.0

Bump sass from 1.68.0 to 1.69.0 #207

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@v3
with:
node-version: '18.5'
cache: 'npm'
- name: Build and Test
id: build
run: |
npm install
npm run build