File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3131 - name : Setup Node.js
3232 uses : actions/setup-node@v2
3333 with :
34- node-version : ' 16'
34+ node-version : ' 18.x'
35+ registry-url : ' https://registry.npmjs.org'
3536 - name : Release (Dry Run)
3637 id : get_versions
3738 run : |
5657 - uses : actions/checkout@v2
5758 - uses : actions/setup-node@v2
5859 with :
59- node-version : ' 17 .x'
60+ node-version : ' 18 .x'
6061 registry-url : ' https://registry.npmjs.org'
6162 - name : Bump file versions
6263 run : python ./infra/scripts/release/bump_file_versions.py ${CURRENT_VERSION} ${NEXT_VERSION}
9899 - uses : actions/checkout@v2
99100 - uses : actions/setup-node@v2
100101 with :
101- node-version : ' 17 .x'
102+ node-version : ' 18 .x'
102103 registry-url : ' https://registry.npmjs.org'
103104 - name : Bump file versions (temporarily for Web UI publish)
104105 run : python ./infra/scripts/release/bump_file_versions.py ${CURRENT_VERSION} ${NEXT_VERSION}
@@ -134,7 +135,8 @@ jobs:
134135 - name : Setup Node.js
135136 uses : actions/setup-node@v2
136137 with :
137- node-version : ' 16'
138+ node-version : ' 18.x'
139+ registry-url : ' https://registry.npmjs.org'
138140 - name : Set up Homebrew
139141 id : set-up-homebrew
140142 uses : Homebrew/actions/setup-homebrew@master
You can’t perform that action at this time.
0 commit comments