diff --git a/.github/ISSUE_TEMPLATE/gh-pages.yml b/.github/workflows/gh-pages.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/gh-pages.yml rename to .github/workflows/gh-pages.yml index 092dfca..f8d61d7 100644 --- a/.github/ISSUE_TEMPLATE/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v1 with: - node-version: '16' + node-version: '20' - name: Cache dependencies uses: actions/cache@v2