From 3f1c7c597242a5cb2d51ce0f9a6949f008b3d483 Mon Sep 17 00:00:00 2001 From: Akilon Krishnan Date: Mon, 9 Oct 2023 14:17:41 +0800 Subject: [PATCH] fixes --- .github/workflows/deploy-master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-master.yml b/.github/workflows/deploy-master.yml index d4ee497..17d2bc1 100644 --- a/.github/workflows/deploy-master.yml +++ b/.github/workflows/deploy-master.yml @@ -60,7 +60,7 @@ jobs: working-directory: bbreact strategy: matrix: - node-version: [14.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 @@ -69,7 +69,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - run: npm ci && cd ./public/app && npm ci + - run: npm ci && cd ./public/app && npm ci --force - run: npm run build - name: Serverless deploy to S3