We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c1e26 commit 49d5338Copy full SHA for 49d5338
.circleci/config.yml
@@ -1,8 +1,8 @@
1
version: 2
2
jobs:
3
- node10_pg10:
+ node12_pg10:
4
docker:
5
- - image: circleci/node:10
+ - image: circleci/node:12
6
- image: circleci/postgres:10
7
environment:
8
POSTGRES_HOST_AUTH_METHOD: trust
@@ -81,9 +81,9 @@ jobs:
81
command: yarn test
82
83
TEST_DATABASE_URL: postgres://circleci@localhost:5432/circle_test
84
- node14_pg13:
+ node16_pg13:
85
86
- - image: circleci/node:14
+ - image: circleci/node:16
87
- image: circleci/postgres:13
88
89
@@ -112,7 +112,7 @@ workflows:
112
113
test:
114
115
- - node10_pg10
+ - node12_pg10
116
- node12_pg11
117
- node14_pg12
118
- - node14_pg13
+ - node16_pg13
0 commit comments