Skip to content

[Snyk] Upgrade sass-loader from 13.2.2 to 13.3.3 #58

[Snyk] Upgrade sass-loader from 13.2.2 to 13.3.3

[Snyk] Upgrade sass-loader from 13.2.2 to 13.3.3 #58

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