Skip to content

chore(deps-dev): bump eslint from 8.32.0 to 8.52.0 #203

chore(deps-dev): bump eslint from 8.32.0 to 8.52.0

chore(deps-dev): bump eslint from 8.32.0 to 8.52.0 #203

Workflow file for this run

name: release
on:
push:
check_suite:
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v3
with:
token: ${{ github.token }}
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm ci
- run: npm test
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
run: npx semantic-release