Skip to content

Commit

Permalink
workflow force install deps for react 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sabzdotpy committed Dec 27, 2023
1 parent 1b3b396 commit 219aa61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
Expand All @@ -26,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci -f
- run: npm run build --if-present

- name: Deploy with gh-pages
Expand Down

0 comments on commit 219aa61

Please sign in to comment.