Skip to content

Update dependency lefthook to v1.4.4 #1253

Update dependency lefthook to v1.4.4

Update dependency lefthook to v1.4.4 #1253

Workflow file for this run

name: Test & Deploy
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8.6.0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm i
- name: Test
run: pnpm test
- name: Deploy
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
env:
BUILD_ID: ${{ github.sha }}
ZEIT_TOKEN: ${{ secrets.ZEIT_TOKEN }}
run: >
vercel
--prod
--build-env BUILD_ID=${BUILD_ID}
--yes
--env NODE_ENV=production
--public
--token=${ZEIT_TOKEN}
- name: Verify
uses: wei/curl@master
with:
args: https://www.gxdrecords.com