Skip to content

Commit

Permalink
Issue #KN-961 feat: revert - updated the circleci image to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
HarishGangula committed Jan 31, 2024
1 parent 3142b08 commit b6ed806
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions projects/sunbird-pdf-player/karma.conf.js
Original file line number Diff line number Diff line change
@@ -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: '',
Expand Down

0 comments on commit b6ed806

Please sign in to comment.