From 87fe8917cc2855f3457d7ea91a92a1d37b3bf16a Mon Sep 17 00:00:00 2001 From: NetanelBasal Date: Sun, 12 Nov 2023 22:09:53 +0200 Subject: [PATCH] =?UTF-8?q?chore(general):=20=F0=9F=A4=96=20update=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index cfbcf66..f1b4d1e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'npm' - name: Install and Build run: | @@ -26,7 +26,7 @@ jobs: npx nx build playground -- --base-href /query/ - name: Duplicated index.html run: | - cp dist/packages/playground/index.html dist/packages/playground/404.html + cp dist/packages/query-playground/index.html dist/packages/query-playground/404.html - name: Setup Pages uses: actions/configure-pages@v2 - name: Upload artifact