Skip to content

Commit 634c50a

Browse files
Use explicit node version 26 to match Dockerfile
Agent-Logs-Url: https://github.com/IntelliTect/EssentialCSharp.Web/sessions/fbba773e-6096-4a94-bbee-7b81246100f1 Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
1 parent ea3e3e0 commit 634c50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PR-Build-And-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version-file: EssentialCSharp.Web/package.json
17+
node-version: '26'
1818
cache: npm
1919
cache-dependency-path: EssentialCSharp.Web/package-lock.json
2020

0 commit comments

Comments
 (0)