WIP corepack on windows and vercel
This commit is contained in:
4
.github/workflows/build-apps.yml
vendored
4
.github/workflows/build-apps.yml
vendored
@ -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: |
|
||||
|
||||
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user