Skip to content

Commit b253f1f

Browse files
committed
ci: Downgrade to Node.js 16
To hopefully fix the build issues Node.js 20 and 18 don't work. Partially due to angular/angular-cli#25782
1 parent ed7be37 commit b253f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '20'
19+
node-version: '16'
2020

2121
- name: Install dependencies
2222
run: npm ci

0 commit comments

Comments
 (0)