Skip to content

chore(deps): bump @heroicons/react from 2.1.3 to 2.1.4 #313

chore(deps): bump @heroicons/react from 2.1.3 to 2.1.4

chore(deps): bump @heroicons/react from 2.1.3 to 2.1.4 #313

Workflow file for this run

name: pull request
on:
pull_request:
branches:
- master
jobs:
release:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: node.js 16
uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: installing
run: npm ci
- name: building
run: npm run build