Skip to content

Commit a619546

Browse files
committed
Trying to resolve the Install Python error on windows runner: part 2.
Signed-off-by: ubi de feo <[email protected]>
1 parent fc0f3aa commit a619546

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,16 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v3
3535

36-
- name: Install Node.js 16.x
36+
- name: Install Node.js 18.17
37+
if: runner.name != 'WINDOWS-SIGN-PC'
3738
uses: actions/setup-node@v3
3839
with:
39-
node-version: '16'
40+
node-version: '18.17'
4041
registry-url: 'https://registry.npmjs.org'
4142

4243
- name: Install Python 3.x
4344
if: runner.name != 'WINDOWS-SIGN-PC'
44-
uses: actions/setup-python@v5
45+
uses: actions/setup-python@v4
4546
with:
4647
python-version: '3.11.x'
4748

0 commit comments

Comments
 (0)