Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Bump express from 4.18.1 to 4.21.1 #9

Bump express from 4.18.1 to 4.21.1

Bump express from 4.18.1 to 4.21.1 #9

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