From 0aef5243a9b6b3963d9138523f6cc7dc6858b628 Mon Sep 17 00:00:00 2001 From: jlpereira Date: Tue, 20 Aug 2024 20:15:03 -0300 Subject: [PATCH] Update node version --- .github/{ISSUE_TEMPLATE => workflows}/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{ISSUE_TEMPLATE => workflows}/gh-pages.yml (97%) 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