Skip to content

Bump vercel from 23.1.2 to 28.16.12 #95

Bump vercel from 23.1.2 to 28.16.12

Bump vercel from 23.1.2 to 28.16.12 #95

Workflow file for this run

name: Verify pr build
on:
pull_request:
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16'
- name: install dependencies
run: npm install
- name: lint
run: npm run lint --if-present
- name: build
env:
NODE_ENV: production
run: npm run build