Skip to content

chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.29.1 #732

chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.29.1

chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.29.1 #732

Workflow file for this run

name: CI
on:
push:
check_suite:
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
pages: write
issues: write
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run build --if-present
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}
run: npx semantic-release