Skip to content

Commit b479e98

Browse files
committed
fix: update actions yml file 2
1 parent fd4b4ed commit b479e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main_webapptest12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js version
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '20.x' # Node 24 is very new; LTS (20 or 22) is highly recommended for Azure stability
24+
node-version: '24.x' # Node 24 is very new; LTS (20 or 22) is highly recommended for Azure stability
2525

2626
# Next.js requires environment variables to be present during the build step
2727
- name: npm install, build, and test

0 commit comments

Comments
 (0)