Skip to content

Commit ec7c030

Browse files
committed
fix: CI using postgres image
1 parent 6cc7d39 commit ec7c030

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ commands:
1313
steps:
1414
- node/install-packages:
1515
pkg-manager: yarn
16-
cache-version: v1-all
16+
# cache-version: v1-all
1717
cache-only-lockfile: true
1818
app-dir: ~/repo
1919
override-ci-command: yarn install --pure-lockfile --no-progress
@@ -22,6 +22,7 @@ jobs:
2222
build:
2323
docker:
2424
- image: cimg/postgres:14.6
25+
- image: cimg/node:16.18.1
2526
executor:
2627
name: node/default
2728
tag: <<pipeline.parameters.node_version>>

0 commit comments

Comments
 (0)