WIP corepack on windows and vercel

This commit is contained in:
Pierre Jacquier
2025-02-26 08:35:38 -05:00
parent 3998d0d85e
commit 2e27652400
2 changed files with 7 additions and 0 deletions

View File

@ -126,6 +126,10 @@ jobs:
cp prepared-files/assets/icon.ico assets/icon.ico
cp prepared-files/assets/icon.png assets/icon.png
- name: Get exact Node.js version
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_ENV
shell: bash
- name: Clear hosted tool cache on Windows
if: ${{ contains(matrix.os, 'windows') }}
run: |

View File

@ -54,6 +54,9 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
- name: Get exact Node.js version
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_ENV
shell: bash
- name: Clear hosted tool cache on Windows
if: ${{ contains(matrix.os, 'windows') }}
run: |