mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: document that nixpkgs updates should not be backported
PR-URL: https://github.com/nodejs/node/pull/60431 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
5
.github/workflows/tools.yml
vendored
5
.github/workflows/tools.yml
vendored
@@ -193,7 +193,10 @@ jobs:
|
||||
rm temp-output
|
||||
- id: nixpkgs-unstable
|
||||
subsystem: tools
|
||||
label: tools
|
||||
# dont-land labels are there so we can guarantee released versions of
|
||||
# Node.js can be built with the same env along the whole release line life – or
|
||||
# at least we can detect and document necessary updates.
|
||||
label: tools, dont-land-on-v20.x, dont-land-on-v22.x, dont-land-on-v24.x, dont-land-on-v25.x
|
||||
run: |
|
||||
./tools/dep_updaters/update-nixpkgs-pin.sh > temp-output
|
||||
cat temp-output
|
||||
|
||||
Reference in New Issue
Block a user