Skip to content

Add script to bump version to stay in line with lucide #4

Add script to bump version to stay in line with lucide

Add script to bump version to stay in line with lucide #4

Workflow file for this run

name: Run tests
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org
- run: yarn
- run: yarn generate
- run: yarn test