Skip to content

chore(deps): bump the npm_and_yarn group across 2 directories with 5 updates #500

chore(deps): bump the npm_and_yarn group across 2 directories with 5 updates

chore(deps): bump the npm_and_yarn group across 2 directories with 5 updates #500

Workflow file for this run

name: branch
on:
pull_request_target:
types:
- opened
- synchronize
permissions:
actions: read
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Cache node_modules
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm ci
- uses: nrwl/nx-set-shas@v3
# This line is needed for nx affected to work when CI is running on a PR
- run: git branch --track main origin/main
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: install python tools
run: |
pip install poetry
- run: npx nx affected -t build --parallel=1