Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.9.0 #2164

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.9.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.9.0 #2164

Workflow file for this run

name: Release CI
on:
push:
branches: [main, v2-maintenance]
pull_request:
branches: [main, v2-maintenance]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Build lib
run: npm run build
- name: Jest run
run: npm run test:unit
- name: Release
working-directory: lib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release