Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #IQ-689 feat: Angular migration from 15 to 16 version #142

4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
working_directory: ~/sunbird-questionset-editor
docker:
- image: cimg/node:14.21.3-browsers
- image: cimg/node:18.19.1-browsers
steps:
- browser-tools/install-chrome
- run:
Expand All @@ -17,7 +17,7 @@ jobs:
command: 'node --version'
- run:
name: Installing angular cli
command: 'npm install -g @angular/cli@15 --no-progress'
command: 'npm install -g @angular/cli@16 --no-progress'
#~ - restore_cache:
#~ key: dependency-cache-{{ checksum "package.json" }}
- run:
Expand Down
Loading