Skip to content

Bump @typescript-eslint/eslint-plugin from 6.13.1 to 7.8.0 (#54) #61

Bump @typescript-eslint/eslint-plugin from 6.13.1 to 7.8.0 (#54)

Bump @typescript-eslint/eslint-plugin from 6.13.1 to 7.8.0 (#54) #61

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ./build