diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 269b1c3..4cebe99 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,9 +18,10 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: yarn - + - name: Install yarn + run: corepack enable && yarn install - name: Install dependencies run: yarn install --frozen-lockfile - name: Build website diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index c22bcea..ac16bff 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -17,9 +17,10 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: yarn - + - name: Install yarn + run: corepack enable && yarn install - name: Install dependencies run: yarn install --frozen-lockfile - name: Test build website