Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

chore(deps): bump typescript-eslint from 8.44.0 to 8.44.1 in the production-dependencies group #138

chore(deps): bump typescript-eslint from 8.44.0 to 8.44.1 in the production-dependencies group

chore(deps): bump typescript-eslint from 8.44.0 to 8.44.1 in the production-dependencies group #138

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install npm dependencies
run: yarn install
- name: Run automated release process with semantic-release
if: github.event_name == 'push'
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
@semantic-release/exec
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}