File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 - uses : actions/setup-node@v4
3333 with :
3434 registry-url : https://registry.npmjs.org/
35- node-version : " 18 "
35+ node-version : " 20 "
3636 cache : yarn
3737 cache-dependency-path : core_js/yarn.lock
3838 # test and build
6767 - uses : actions/setup-node@v4
6868 with :
6969 registry-url : https://registry.npmjs.org/
70- node-version : " 18 "
70+ node-version : " 20 "
7171 cache : yarn
7272 cache-dependency-path : packages/nodejs_host/yarn.lock
7373 - uses : actions/download-artifact@v4
@@ -100,7 +100,7 @@ jobs:
100100 - uses : actions/setup-node@v4
101101 with :
102102 registry-url : https://registry.npmjs.org/
103- node-version : " 18 "
103+ node-version : " 20 "
104104 cache : yarn
105105 cache-dependency-path : packages/cloudflare_worker_host/yarn.lock
106106 - uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments