Skip to content

[Snyk] Upgrade sass from 1.71.0 to 1.77.8 #440

[Snyk] Upgrade sass from 1.71.0 to 1.77.8

[Snyk] Upgrade sass from 1.71.0 to 1.77.8 #440

Workflow file for this run

name: Build
on:
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install modules
run: npm install
- name: Tests
env:
NODE_OPTIONS: --openssl-legacy-provider
run: npm run test:headless
- name: Run Prod Build
env:
NODE_OPTIONS: --openssl-legacy-provider
run: npm run build:prod