From 79d5b1b19e561c63cec3e7a0a00b1ae7d68a3310 Mon Sep 17 00:00:00 2001 From: garronej Date: Fri, 17 Mar 2023 14:57:49 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 614084a..0e8a0de 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -68,13 +68,13 @@ jobs: path: build - uses: actions/setup-node@v2.1.3 with: - node-version: '15' + node-version: '16' - run: echo $(node -e 'console.log(require("url").parse(require("./package.json").homepage).host)') > build/CNAME - run: git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${{github.repository}}.git env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - run: npx -y -p gh-pages@3.1.0 gh-pages -u "github-actions-bot " -d build - - run: npx -y -p gh-pages@3.1.0 gh-pages -u "github-actions-bot " -d build_storybook --dest storybook --add + - run: npx -y -p gh-pages@3.0.0 gh-pages -u "github-actions-bot " -d build + - run: npx -y -p gh-pages@3.0.0 gh-pages -u "github-actions-bot " -d build_storybook --dest storybook --add docker: needs: