Skip to content

Bump sass from 1.94.0 to 1.95.0 #2821

Bump sass from 1.94.0 to 1.95.0

Bump sass from 1.94.0 to 1.95.0 #2821

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.11"]
node-version: [24.x]
services:
postgres:
image: postgres:16
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- 5432:5432
steps:
- uses: actions/checkout@v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Build with Makefile
run: make all