Skip to content

fix: update dependency winston to v3.15.0 (#391) #440

fix: update dependency winston to v3.15.0 (#391)

fix: update dependency winston to v3.15.0 (#391) #440

Workflow file for this run

name: CD
on:
push:
branches:
- develop
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- uses: nrwl/nx-set-shas@v4
with:
main-branch-name: ${{ github.ref_name }}
- run: npm ci
- run: npx nx affected --target=lint --parallel=3
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage
- run: npx nx run-many --target=build --parallel=3 --exclude=api --exclude=workspace-plugin
- name: Release
if: success()
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npx multi-semantic-release