diff --git a/.github/workflows/azure-static-web-apps-jolly-hill-0ca4ece0f.yml b/.github/workflows/azure-static-web-apps-jolly-hill-0ca4ece0f.yml index 88156f4..75cb34b 100644 --- a/.github/workflows/azure-static-web-apps-jolly-hill-0ca4ece0f.yml +++ b/.github/workflows/azure-static-web-apps-jolly-hill-0ca4ece0f.yml @@ -56,3 +56,4 @@ jobs: with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_JOLLY_HILL_0CA4ECE0F }} action: "close" + app_location: "/" # App source code path diff --git a/package.json b/package.json index 4d194f3..6a2db2b 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ "lint": "next lint", "prepare": "husky" }, + "engines": { + "node": ">=16.0.0 <18" + }, "commitlint": { "extends": [ "@commitlint/config-conventional"