Skip to content

Bump simple-icons from 9.18.0 to 9.19.0 #335

Bump simple-icons from 9.18.0 to 9.19.0

Bump simple-icons from 9.18.0 to 9.19.0 #335

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run build