diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 65fa1d8..a6c89ee 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: "14" + node-version: 20 cache: "yarn" - name: Install dependencies run: yarn install