Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.17.0 #688

chore(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.17.0

chore(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.17.0 #688

Workflow file for this run

name: GitHub Pages
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install PNPM
uses: pnpm/[email protected]
- name: Use Node.js 16.x
uses: actions/[email protected]
with:
node-version: 16.x
cache: 'pnpm'
- name: Install dependencies & Build
run: |
pnpm install --frozen-lockfile
pnpm build:gh
- name: Deploy
uses: peaceiris/[email protected]
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
full_commit_message: ${{ github.event.head_commit.message }}