File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v4
26+ with :
27+ node-version : ' 24.x'
28+ registry-url : ' https://registry.npmjs.org'
2629 - uses : actions/setup-node@v4
2730 with :
2831 node-version : ' 24.x'
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v4
26+ with :
27+ node-version : ' 24.x'
28+ registry-url : ' https://registry.npmjs.org'
2629 with :
2730 fetch-depth : 0 # required for git log history
2831 - uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 2828 working-directory : packages/react
2929 steps :
3030 - uses : actions/checkout@v4
31+ with :
32+ node-version : ' 24.x'
33+ registry-url : ' https://registry.npmjs.org'
3134 # Setup .npmrc file to publish to npm
3235 - uses : actions/setup-node@v4
3336 with :
Original file line number Diff line number Diff line change 2828 working-directory : packages/web-component
2929 steps :
3030 - uses : actions/checkout@v4
31+ with :
32+ node-version : ' 24.x'
33+ registry-url : ' https://registry.npmjs.org'
3134 # Setup .npmrc file to publish to npm
3235 - uses : actions/setup-node@v4
3336 with :
You can’t perform that action at this time.
0 commit comments