Skip to content

Commit

Permalink
Merge pull request #143 from rajnishdargan/v16-to-8.0.0
Browse files Browse the repository at this point in the history
Issue #IQ-689 feat: Merging release-8.0.0_v16 to release-8.0.0 branch
  • Loading branch information
sajeshkayyath authored Apr 3, 2024
2 parents c2af8c0 + d36af1a commit 9082afb
Show file tree
Hide file tree
Showing 16 changed files with 23,506 additions and 16,191 deletions.
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

0 comments on commit 9082afb

Please sign in to comment.