We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b260fbb commit 5f3b0e4Copy full SHA for 5f3b0e4
.github/workflows/buildAngular.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v3
18
with:
19
- node-version: '16.x' # Ensure you're using a compatible Node.js version
+ node-version: '18.x'
20
21
- name: Install Dependencies
22
run: npm ci --legacy-peer-deps # This installs dependencies based on package-lock.json
0 commit comments