Skip to content

Bump nanoid from 3.3.4 to 3.3.8 #17

Bump nanoid from 3.3.4 to 3.3.8

Bump nanoid from 3.3.4 to 3.3.8 #17

Workflow file for this run

name: Build Package
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
yarn
yarn build:all