Skip to content

Commit 5f3b0e4

Browse files
Update buildAngular.yml
1 parent b260fbb commit 5f3b0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildAngular.yml

Lines changed: 1 addition & 1 deletion
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: '16.x' # Ensure you're using a compatible Node.js version
19+
node-version: '18.x'
2020

2121
- name: Install Dependencies
2222
run: npm ci --legacy-peer-deps # This installs dependencies based on package-lock.json

0 commit comments

Comments
 (0)