Skip to content

chore(deps-dev): bump eslint-plugin-mocha from 10.2.0 to 10.4.1 #337

chore(deps-dev): bump eslint-plugin-mocha from 10.2.0 to 10.4.1

chore(deps-dev): bump eslint-plugin-mocha from 10.2.0 to 10.4.1 #337

name: Continuous Delivery
'on':
push:
branches:
- '*.x'
- main
- beta
- next
jobs:
build:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install dependencies
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
name: Release
run: npx semantic-release