Skip to content

Remove sus clipPathUnits attribute from facebook-circle SVG (#845) #3471

Remove sus clipPathUnits attribute from facebook-circle SVG (#845)

Remove sus clipPathUnits attribute from facebook-circle SVG (#845) #3471

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
name: Test and Lint
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test
- name: Run Linters
run: npm run lint
env:
CI: true