File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 - name : Node
3434 uses : actions/setup-node@v3
3535 with :
36- node-version : " 16 "
36+ node-version : " 18 "
3737 - id : ' auth'
3838 uses : ' google-github-actions/auth@v1'
3939 with :
6767 gsutil cp bindings/tmc-langs-node/ts/functions.node gs://${{ secrets.GCP_BUCKET }}/tmc-langs-rust/tmc-langs-${{ matrix.target }}-$TAG.node
6868
6969 windows :
70- runs-on : windows-latest
70+ runs-on : windows-2022
7171 strategy :
7272 matrix :
7373 target : [i686-pc-windows-msvc, x86_64-pc-windows-msvc]
8484 - name : Node
8585 uses : actions/setup-node@v3
8686 with :
87- node-version : " 16 "
87+ node-version : " 18 "
8888 - id : ' auth'
8989 uses : ' google-github-actions/auth@v1'
9090 with :
@@ -157,7 +157,7 @@ jobs:
157157 - name : Node
158158 uses : actions/setup-node@v3
159159 with :
160- node-version : " 16 "
160+ node-version : " 18 "
161161 - id : ' auth'
162162 uses : ' google-github-actions/auth@v1'
163163 with :
You can’t perform that action at this time.
0 commit comments