Skip to content

chore(deps): bump @vercel/analytics from 1.1.4 to 1.3.2 #1815

chore(deps): bump @vercel/analytics from 1.1.4 to 1.3.2

chore(deps): bump @vercel/analytics from 1.1.4 to 1.3.2 #1815

Workflow file for this run

name: Lint and build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v4
with:
version: 8
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm lint
- name: Build
run: pnpm build