Skip to content

fix(deps): update dependency eslint to v9.9.1 #275

fix(deps): update dependency eslint to v9.9.1

fix(deps): update dependency eslint to v9.9.1 #275

Workflow file for this run

name: vercel-deploy
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
branches: [ main ]
jobs:
Deploy-Production:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }} and install vercel CLI
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm i -g vercel
- name: Deploy Project Vercel
run: vercel deploy --prod --token=${{ secrets.VERCEL_TOKEN }}