diff --git a/.github/workflows/deploy-github-pages.yml b/.github/workflows/deploy-github-pages.yml index 2c71bdd..8941667 100644 --- a/.github/workflows/deploy-github-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -33,6 +33,15 @@ jobs: with: node-version: 18 + # Using Yarn v4 causes issue in GitHub Actions + # See https://github.com/actions/setup-node/issues/899 + - run: corepack enable + + - uses: actions/setup-node@v4 + with: + node-version: 18 + cache: yarn + - name: Yarn install uses: borales/actions-yarn@v4 with: