diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 59d78aea2..d22e9ade7 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -21,22 +21,15 @@ jobs: NEXT_VERSION: ${{ steps.version.outputs.NEXT_VERSION }} steps: - name: 🛑 Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.12.0 - - - name: ⬇️ Checkout repo - uses: actions/checkout@v4 - - - name: 🔧 Setup Node + uses: styfle/cancel-workflow-action@0.12.0 + - uses: actions/checkout@v4 + - name: Use Node.js 20.x uses: actions/setup-node@v4 with: node-version: 20.x - - - name: 📥 Install Dependencies - run: npm ci + - run: npm ci - run: npm run build -w packages/notification - - - name: 🧪 Run Unit Tests - run: npm test + - run: npm test - name: ⤴️ Update Version if needed id: version