Skip to content

Commit

Permalink
React 16 -> 18
Browse files Browse the repository at this point in the history
  • Loading branch information
quirinpa committed Jan 9, 2024
1 parent 3143abb commit da653b1
Show file tree
Hide file tree
Showing 4 changed files with 336 additions and 502 deletions.
1 change: 1 addition & 0 deletions .github/workflows/DeployOnMergeMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
deploy: 'true'
run_tests: 'false'
legacy: true
secrets:
auto_commit_user: ${{ secrets.RAISE_BOT_COMMIT_USER }}
auto_commit_mail: ${{ secrets.RAISE_BOT_COMMIT_MAIL }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/TestOnPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ on:

jobs:
CI:
uses: MOV-AI/.github/.github/workflows/npm-workflow.yml@v1
uses: MOV-AI/.github/.github/workflows/npm-workflow.yml@v2
with:
deploy: 'false'
run_tests: 'false'
legacy: true
secrets:
auto_commit_user: ${{ secrets.RAISE_BOT_COMMIT_USER }}
auto_commit_mail: ${{ secrets.RAISE_BOT_COMMIT_MAIL }}
auto_commit_pwd: ${{ secrets.RAISE_BOT_COMMIT_PASSWORD }}
registry_user: ${{ secrets.PORTUS_APP_USER }}
registry_password: ${{ secrets.PORTUS_APP_TOKEN }}
gh_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit da653b1

Please sign in to comment.