Skip to content

Commit

Permalink
attempt changing node-version to fix deployment of web app
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicteh1 committed Oct 21, 2024
1 parent 5220d0f commit 51341e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-deploy-f24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Node.js version
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '20.17.0'

- name: Set up NodeBB
run: |
Expand Down

0 comments on commit 51341e6

Please sign in to comment.