Skip to content

[Snyk] Upgrade sass from 1.60.0 to 1.63.0 #450

[Snyk] Upgrade sass from 1.60.0 to 1.63.0

[Snyk] Upgrade sass from 1.60.0 to 1.63.0 #450

Workflow file for this run

name: "Test"
on:
pull_request:
branches: [ main, release, develop ]
jobs:
checkout-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Node
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- name: Install
run: npm ci
- name: Run test suite
run: npm run test
env:
CI: true