Skip to content

Bump @tabler/icons from 1.119.0 to 2.46.0 #2447

Bump @tabler/icons from 1.119.0 to 2.46.0

Bump @tabler/icons from 1.119.0 to 2.46.0 #2447

Workflow file for this run

name: unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm test