Nicholas Cunningham 28ddb8e9e7
feat(core)!: drop support for node versions prior to 20.19.0 (#30818)
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

BREAKING CHANGE: We are updating our minimum node version to `20.19.0`
which drops support for all prior versions.

---------

Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2025-05-01 02:13:50 -04:00

24 lines
434 B
JSON

{
"name": "@nx/nx-linux-arm-gnueabihf",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
"directory": "packages/nx/native-packages/linux-arm-gnueabihf"
},
"os": [
"linux"
],
"cpu": [
"arm"
],
"main": "nx.linux-arm-gnueabihf.node",
"files": [
"nx.linux-arm-gnueabihf.node"
],
"publishConfig": {
"access": "public"
}
}