Skip to content

Commit 23a8252

Browse files
committed
Update upload workflow
1 parent e1177e0 commit 23a8252

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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:
@@ -67,7 +67,7 @@ jobs:
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]
@@ -84,7 +84,7 @@ jobs:
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:

0 commit comments

Comments
 (0)