Skip to content

[Snyk] Security upgrade sass from 1.77.6 to 1.79.0 #73

[Snyk] Security upgrade sass from 1.77.6 to 1.79.0

[Snyk] Security upgrade sass from 1.77.6 to 1.79.0 #73

Workflow file for this run

name: CI-CD
on: [pull_request]
jobs:
build_test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm ci
- name: Run linter and tests
run: |
npm run lint
npm run test