diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5ac6da9e..2d1a8363 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: - name: setup node uses: actions/setup-node@v1 with: - node-version: '14.x' + node-version: '20.10.0' - name: Cache dependencies uses: actions/cache@v1