Skip to content

dev(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#258) #149

dev(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#258)

dev(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#258) #149

Workflow file for this run

name: Release
on:
push:
branches:
- development
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm run lint
- run: npm run validate
- run: npm test
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
semantic_version: 18
branches: |
['development']
extra_plugins: |
@semantic-release/git
@semantic-release/changelog