Skip to content

Bump @babel/eslint-parser from 7.25.8 to 7.26.5 #55

Bump @babel/eslint-parser from 7.25.8 to 7.26.5

Bump @babel/eslint-parser from 7.25.8 to 7.26.5 #55

Workflow file for this run

name: Build for Dependabot
on:
push:
branches-ignore:
- main
jobs:
Deploy-Preview:
runs-on: ubuntu-latest
environment: Preview
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v3
- name: Install Project Dependencies
run: pnpm install
- name: Build Project
run: pnpm run build