Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Akilon Krishnan committed Oct 9, 2023
1 parent d77e5c7 commit 3f1c7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
working-directory: bbreact
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -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
Expand Down

0 comments on commit 3f1c7c5

Please sign in to comment.