Skip to content

Bump sass from 1.81.0 to 1.83.0 #523

Bump sass from 1.81.0 to 1.83.0

Bump sass from 1.81.0 to 1.83.0 #523

Workflow file for this run

# name: Lighthouse CI for Netlify sites
# on:
# pull_request:
# branches:
# - stable
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Wait for the Netlify Preview
# uses: jakepartusch/[email protected]
# id: netlify
# with:
# site_name: "simpixelated"
# max_timeout: 120
# - name: Audit URLs using Lighthouse
# uses: treosh/lighthouse-ci-action@v10
# with:
# urls: |
# ${{ steps.netlify.outputs.url }}
# ${{ steps.netlify.outputs.url }}/two-year-work-retrospective/
# configPath: "./.github/lighthouserc.js"
# temporaryPublicStorage: true