Skip to content

Merge pull request #42 from ngneat/stability-upgrades #23

Merge pull request #42 from ngneat/stability-upgrades

Merge pull request #42 from ngneat/stability-upgrades #23

name: Nx Affected Deploy
on:
push:
branches: [main]
paths-ignore:
- '**.md'
env:
NX_BRANCH: ${{ github.event.number }}
NX_RUN_GROUP: ${{ github.run_id }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Use Node.js 24.x
uses: actions/setup-node@v4
with:
node-version: "24.x"
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch origin main
- name: npm install
run: npm install
- name: Run Affected Deploy
shell: bash
run: npm run affected:deploy -- --base=remotes/origin/main