Skip to content

ci(deps): bump zentered/vercel-preview-url from 1.1.9 to 1.4.0 (#1062) #2240

ci(deps): bump zentered/vercel-preview-url from 1.1.9 to 1.4.0 (#1062)

ci(deps): bump zentered/vercel-preview-url from 1.1.9 to 1.4.0 (#1062) #2240

Workflow file for this run

name: Can be deployed
on:
push:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install and Build 🔧
run: |
npm install
npm run build