This repository was archived by the owner on Apr 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 run : git config --global --add safe.directory $GITHUB_WORKSPACE
2323 - uses : actions/setup-node@v3
2424 with :
25- node-version : 14
25+ node-version : 16
2626 - name : Set up QEMU
2727 uses : docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.0.0
2828 with :
@@ -109,7 +109,7 @@ jobs:
109109 steps :
110110 - uses : actions/setup-node@v3
111111 with :
112- node-version : 14 .x
112+ node-version : 16 .x
113113 - name : Download build artifacts
114114 uses : actions/download-artifact@v3
115115 with :
@@ -131,7 +131,7 @@ jobs:
131131 steps :
132132 - uses : actions/setup-node@v3
133133 with :
134- node-version : 14 .x
134+ node-version : 16 .x
135135 - uses : actions/setup-python@v4
136136 with :
137137 python-version : 3.x
Original file line number Diff line number Diff line change 6161 steps :
6262 - uses : actions/setup-node@v3
6363 with :
64- node-version : 14 .x
64+ node-version : 16 .x
6565 - name : Download build artifacts
6666 uses : actions/download-artifact@v3
6767 with :
9191 steps :
9292 - uses : actions/setup-node@v3
9393 with :
94- node-version : 14 .x
94+ node-version : 16 .x
9595 - name : Download build artifacts
9696 uses : actions/download-artifact@v3
9797 with :
@@ -121,7 +121,7 @@ jobs:
121121 steps :
122122 - uses : actions/setup-node@v3
123123 with :
124- node-version : 14 .x
124+ node-version : 16 .x
125125 - uses : actions/setup-python@v4
126126 with :
127127 python-version : 3.x
You can’t perform that action at this time.
0 commit comments