File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v6
2424 - uses : actions/setup-node@v6
2525 with :
26- node-version : 24
26+ node-version-file : " .nvmrc "
2727 cache : npm
2828 registry-url : " https://registry.npmjs.org"
2929 - run : npm ci --workspaces
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v6
2020 - uses : actions/setup-node@v6
2121 with :
22- node-version : 22
22+ node-version-file : " .nvmrc "
2323 cache : npm
2424 registry-url : " https://registry.npmjs.org"
25- # Ensure npm 11.5.1 or later for trusted publishing
26- - run : npm install -g npm@latest
2725 - run : npm ci --workspaces
2826 # Running top-level ci should happen after workspaces level, running these
2927 # the other way around results in top-level dependencies (namely, lerna)
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v6
1414 - uses : actions/setup-node@v6
1515 with :
16- node-version : " 22 "
16+ node-version-file : " .nvmrc "
1717 registry-url : " https://registry.npmjs.org"
1818 cache : " npm"
1919 # Install dependencies so license-checker actually checks them:
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v6
2020 - uses : actions/setup-node@v6
2121 with :
22- node-version : " 22 "
22+ node-version-file : " .nvmrc "
2323 cache : " npm"
2424 # Check the package.json is correctly formed
2525 - if : ${{inputs.usePackageCheck}}
Original file line number Diff line number Diff line change 1+ 24
You can’t perform that action at this time.
0 commit comments