File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 - uses : actions/setup-node@v4
4242 with :
4343 cache : yarn
44- node-version : 20.x
44+ node-version : " lts/* "
4545 registry-url : https://registry.npmjs.org
4646 cache-dependency-path : labextension/yarn.lock
4747
@@ -121,7 +121,7 @@ jobs:
121121 # actions/setup-node creates an .npmrc file that references NODE_AUTH_TOKEN
122122 - uses : actions/setup-node@v4
123123 with :
124- node-version : 18.x
124+ node-version : " lts/* "
125125 registry-url : https://registry.npmjs.org
126126
127127 - name : Download artifacts from build
Original file line number Diff line number Diff line change 4545 - uses : actions/setup-node@v4
4646 with :
4747 cache : yarn
48- node-version : 20.x
48+ node-version : " lts/* "
4949 registry-url : https://registry.npmjs.org
5050 cache-dependency-path : labextension/yarn.lock
5151
You can’t perform that action at this time.
0 commit comments