Skip to content

chore(deps-dev): bump @nx/js from 21.5.2 to 22.0.2 #933

chore(deps-dev): bump @nx/js from 21.5.2 to 22.0.2

chore(deps-dev): bump @nx/js from 21.5.2 to 22.0.2 #933

Workflow file for this run

name: CI
permissions:
contents: read
on:
push:
branches: ['**']
pull_request:
branches: ['**']
jobs:
build:
uses: ./.github/workflows/build.yml
check:
needs: build
uses: ./.github/workflows/check.yml
release:
if: github.event_name == 'push' && (github.ref == 'refs/heads/main')
needs: [build, check]
permissions:
contents: write
id-token: write
actions: read
uses: ./.github/workflows/release.yml
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}