Skip to content

Add vercel analytics #1689

Add vercel analytics

Add vercel analytics #1689

Workflow file for this run

name: Node Continuous Integration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2.2.4
with:
version: 7.26.0
- uses: actions/setup-node@v3
with:
node-version: 18
- run: pnpm install
- run: pnpm test