Skip to content

chore(deps): bump @vercel/analytics from 1.3.1 to 1.6.1 #3447

chore(deps): bump @vercel/analytics from 1.3.1 to 1.6.1

chore(deps): bump @vercel/analytics from 1.3.1 to 1.6.1 #3447

Workflow file for this run

name: Node.js CI
permissions:
contents: read
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
env:
CI: true
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up using pnpm
uses: oBusk/action-pnpm-setup@v1
- name: Check Linting
run: pnpm run lint
test:
runs-on: ubuntu-latest
timeout-minutes: 5
env:
CI: true
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up using pnpm
uses: oBusk/action-pnpm-setup@v1
- name: Run tests
run: pnpm run test-ci
build:
runs-on: ubuntu-latest
timeout-minutes: 5
env:
CI: true
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up using pnpm
uses: oBusk/action-pnpm-setup@v1
- name: Build
run: pnpm run build