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.ico assets/icon.ico
|
||||||
cp prepared-files/assets/icon.png assets/icon.png
|
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
|
- name: Clear hosted tool cache on Windows
|
||||||
if: ${{ contains(matrix.os, 'windows') }}
|
if: ${{ contains(matrix.os, 'windows') }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
3
.github/workflows/e2e-tests.yml
vendored
3
.github/workflows/e2e-tests.yml
vendored
@ -54,6 +54,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
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
|
- name: Clear hosted tool cache on Windows
|
||||||
if: ${{ contains(matrix.os, 'windows') }}
|
if: ${{ contains(matrix.os, 'windows') }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user