From aaae82368a0666e7837c8f28a35f76f85d0ed9ee Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Wed, 12 Jul 2023 12:33:42 +0200 Subject: [PATCH 1/2] check if deploy works on node 18 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 303abf080..c2887169f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: "Deploy docs site" on: push: - branches: [main] + branches: [main, jah/check-deploy] jobs: build: @@ -25,7 +25,7 @@ jobs: - name: Set Node.js uses: actions/setup-node@v3 with: - node-version: 16.x # https://github.com/facebook/create-react-app/issues/12977 - openssl issue on node 18 + node-version: 18.x - name: Install dependencies run: yarn install From 8a906ce5b1ff37d5ba74aa892b6df936881a866b Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Wed, 12 Jul 2023 12:36:13 +0200 Subject: [PATCH 2/2] deploy works, lets ship it --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c2887169f..f171e846d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,7 @@ name: "Deploy docs site" on: push: - branches: [main, jah/check-deploy] + branches: [main] jobs: build: