Skip to content

Commit

Permalink
chore: updated deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 5, 2024
1 parent 6ac73c8 commit ab4c959
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ name: Build and deploy Node.js project to Azure Function App - ubiquity-os
on:
push:
branches:
- feat/azure
- development
workflow_dispatch:

env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
NODE_VERSION: '20.x'
NODE_VERSION: '20.10.0'

jobs:
build:
Expand All @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node ${{ env.NODE_VERSION }} Environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down

0 comments on commit ab4c959

Please sign in to comment.