Skip to content

Commit

Permalink
updated packages and node
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 12, 2024
1 parent 32f8cf3 commit cb4a4ae
Show file tree
Hide file tree
Showing 2 changed files with 4,057 additions and 1,293 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
lfs: false
node-version: 20
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand All @@ -31,7 +32,6 @@ jobs:
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "build" # Built app content directory - optional
app_build_command: "npm react-scripts build"
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down
Loading

0 comments on commit cb4a4ae

Please sign in to comment.