From b6ed8061f33dc246d4ac36e51d15ed48ecda585e Mon Sep 17 00:00:00 2001 From: Harish Kumar Gangula Date: Wed, 31 Jan 2024 12:55:50 +0530 Subject: [PATCH] Issue #KN-961 feat: revert - updated the circleci image to latest --- .circleci/config.yml | 5 +---- projects/sunbird-pdf-player/karma.conf.js | 2 -- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1753ac1..580cf81 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,16 +3,13 @@ jobs: build: working_directory: ~/sunbird-pdf-player docker: - - image: cimg/node:20.11.0-browsers + - image: circleci/node:16.13.1-browsers steps: - checkout: path: ~/sunbird-pdf-player - run: name: Show current branch command: echo ${CIRCLE_BRANCH} - - run: - name: add chromium - command: npm i puppeteer --legacy-peer-deps - run: environment: NG_CLI_ANALYTICS: "ci" diff --git a/projects/sunbird-pdf-player/karma.conf.js b/projects/sunbird-pdf-player/karma.conf.js index 814b603..5110da5 100644 --- a/projects/sunbird-pdf-player/karma.conf.js +++ b/projects/sunbird-pdf-player/karma.conf.js @@ -1,8 +1,6 @@ // Karma configuration file, see link for more information // https://karma-runner.github.io/1.0/config/configuration-file.html -process.env.CHROME_BIN = require('puppeteer').executablePath(); - module.exports = function (config) { config.set({ basePath: '',