Skip to content

Commit

Permalink
xcdv
Browse files Browse the repository at this point in the history
  • Loading branch information
MayGo committed Jun 7, 2024
1 parent b9c505e commit 731a12a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ platform:
- x64

environment:
nodejs_version: '18'
python_version: '3.1'
nodejs_version: '18's
SIGNTOOL: C:\Program Files (x86)\Windows Kits\10\bin\x64\signtool.exe

branches:
Expand All @@ -18,7 +17,7 @@ version: '{build}'

install:
- ps: Install-Product node $env:nodejs_version
- choco install python --version %python_version%
- choco install python311
- refreshenv
- python -m pip install --upgrade pip
- node --version
Expand Down

0 comments on commit 731a12a

Please sign in to comment.