Skip to content

Commit 5e07fbf

Browse files
committed
Build updates for later PG NPM dependency version
1 parent bc155c4 commit 5e07fbf

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: cimg/python:3.11.0-browsers
4+
- image: cimg/python:3.11.7-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
88
sudo apt update
9-
sudo apt install jq
10-
sudo apt install python3-pip
9+
sudo apt install -y jq python3-pip
1110
sudo pip3 install awscli --upgrade
12-
sudo pip3 install docker-compose
13-
sudo apt-get install default-jdk --fix-missing
1411
install_deploysuite: &install_deploysuite
1512
name: Installation of install_deploysuite.
1613
#Git Clone -change back to v1.3 or latest once counter var is generalized.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"config": "^3.2.2",
2222
"informix-wrapper": "git+https://github.com/appirio-tech/informix-wrapper.git#prepare_stmt_fix",
2323
"no-kafka": "^3.4.3",
24-
"pg": "^7.12.1",
24+
"pg": "^8.13.1",
2525
"sleep": "^6.1.0",
2626
"standard": "^13.1.0",
2727
"underscore": "^1.9.1",

0 commit comments

Comments
 (0)