Skip to content

feat: eslint 9 support #9

feat: eslint 9 support

feat: eslint 9 support #9

Workflow file for this run

name: Releases
on:
push:
branches:
- master
- alpha
- beta
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: lts/*
- run: npm cit
- run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}