Skip to content

Commit 6917476

Browse files
committed
Update deploy-to-azure.yml
Node version change
1 parent e89c2be commit 6917476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-to-azure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Node.js
4242
uses: actions/setup-node@v3
4343
with:
44-
node-version: '20'
44+
node-version: '24'
4545
- name: Install Dependencies
4646
run: npm install
4747
- name: Ingest Environment Variables

0 commit comments

Comments
 (0)