diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e935fbb..75c7667f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Enable Corepack - run: corepack enable - uses: actions/setup-node@v4 with: node-version-file: 'package.json' + - name: Enable Corepack + run: corepack enable - name: Install run: yarn install - name: Build @@ -42,11 +42,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Enable Corepack - run: corepack enable - uses: actions/setup-node@v4 with: node-version-file: 'package.json' + - name: Enable Corepack + run: corepack enable - run: yarn install - name: Run Linter run: yarn lint @@ -62,11 +62,11 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v4 - - name: Enable Corepack - run: corepack enable - uses: actions/setup-node@v4 with: node-version-file: 'package.json' + - name: Enable Corepack + run: corepack enable - run: yarn install - name: Run Unit Tests timeout-minutes: 10 @@ -85,11 +85,11 @@ jobs: ELECTRON_VERSION: ${{ matrix.electron }} steps: - uses: actions/checkout@v4 - - name: Enable Corepack - run: corepack enable - uses: actions/setup-node@v4 with: node-version-file: 'package.json' + - name: Enable Corepack + run: corepack enable - run: yarn install - name: Run E2E Tests timeout-minutes: 30