Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
22.5.1
24948ec2 fix(repo): revert sudo for global npm install in publish workflow (#34451) ## Current Behavior The publish workflow uses `sudo npm install -g npm@11.5.2` which was added in #34409. This causes issues with OIDC token permissions in the release pipeline since `sudo` runs as a different user context. ## Expected Behavior The publish workflow should use `npm install -g npm@11.5.2` without `sudo`, matching the standard approach used elsewhere and avoiding permission context issues during release. ## Related Issue(s) Reverts #34409
3 days ago
by FrozenPandaz
F
Succeeded
22.5.1
699e8d06 fix(repo): replace addnab/docker-run-action with direct docker run (#34448) ## Current Behavior The publish workflow uses `addnab/docker-run-action@v3` which is based on `docker:20.10` (Docker API 1.41). GitHub's `ubuntu-24.04` runners now ship Docker Engine 28.x which requires minimum API version 1.44, causing all 4 Linux Docker builds to fail: ``` docker: Error response from daemon: client version 1.41 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version. ``` Failed run: https://github.com/nrwl/nx/actions/runs/21961139962 ## Expected Behavior Linux Docker builds (x86_64-gnu, x86_64-musl, aarch64-gnu, aarch64-musl) complete successfully using the host's modern Docker CLI. https://github.com/nrwl/nx/actions/runs/21996143819 ## Related Issue(s) The `addnab/docker-run-action` repo is abandoned (last release March 2021, last commit May 2021) with open issues about this exact problem. (cherry picked from commit c5e1bedca2a081357134b3634f8c60aff98da91b)
3 days ago
by FrozenPandaz
F
Previous page
Previous
Next
Next page