We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4b4ed commit b479e98Copy full SHA for b479e98
1 file changed
.github/workflows/main_webapptest12.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Node.js version
22
uses: actions/setup-node@v4
23
with:
24
- node-version: '20.x' # Node 24 is very new; LTS (20 or 22) is highly recommended for Azure stability
+ node-version: '24.x' # Node 24 is very new; LTS (20 or 22) is highly recommended for Azure stability
25
26
# Next.js requires environment variables to be present during the build step
27
- name: npm install, build, and test
0 commit comments