diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 37743e65e..842548bf0 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -14,9 +14,6 @@ jobs: - name: Install Dependencies uses: actions/setup-node@v4 - with: - node-version: '14' # specify your node version - cache: 'yarn' - name: Install and Build run: |