Skip to content

Commit be7e493

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
update ci
1 parent 54499d8 commit be7e493

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
angular-versions: [ '10','11', '12.2.18', '13', '14', '15', '16', '17' ]
1312
node-version: [14.x]
1413

1514
steps:
@@ -20,7 +19,7 @@ jobs:
2019
node-version: ${{ matrix.node-version }}
2120
- name: npm install, build, and test
2221
run: |
23-
npm install -g @angular/cli@${{ matrix.angular-versions }}
22+
npm install -g @angular/cli@12.2.18
2423
cd sdk
2524
npm install
2625
cd tests/test-apps/sample-server

0 commit comments

Comments
 (0)