ci: Update to Node.JS 20

This commit is contained in:
Krystine Sherwin 2024-05-09 18:16:05 +12:00
parent 878ac02179
commit 6df1337d71
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
- name: unzip - name: unzip
run: unzip yosys-win32-vcxsrc-latest.zip run: unzip yosys-win32-vcxsrc-latest.zip
- name: setup-msbuild - name: setup-msbuild
uses: microsoft/setup-msbuild@v1 uses: microsoft/setup-msbuild@v2
- name: MSBuild - name: MSBuild
working-directory: yosys-win32-vcxsrc-latest working-directory: yosys-win32-vcxsrc-latest
run: msbuild YosysVS.sln /p:PlatformToolset=v142 /p:Configuration=Release /p:WindowsTargetPlatformVersion=10.0.17763.0 run: msbuild YosysVS.sln /p:PlatformToolset=v142 /p:Configuration=Release /p:WindowsTargetPlatformVersion=10.0.17763.0

View File

@ -43,7 +43,7 @@ jobs:
echo "procs=$(nproc)" >> $GITHUB_ENV echo "procs=$(nproc)" >> $GITHUB_ENV
- name: Checkout Yosys - name: Checkout Yosys
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
submodules: true submodules: true
- name: Build yosys - name: Build yosys