Skip to content

Commit 49d5338

Browse files
authored
chore: bump Node.js versions on CI (#167)
1 parent 04c1e26 commit 49d5338

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2
22
jobs:
3-
node10_pg10:
3+
node12_pg10:
44
docker:
5-
- image: circleci/node:10
5+
- image: circleci/node:12
66
- image: circleci/postgres:10
77
environment:
88
POSTGRES_HOST_AUTH_METHOD: trust
@@ -81,9 +81,9 @@ jobs:
8181
command: yarn test
8282
environment:
8383
TEST_DATABASE_URL: postgres://circleci@localhost:5432/circle_test
84-
node14_pg13:
84+
node16_pg13:
8585
docker:
86-
- image: circleci/node:14
86+
- image: circleci/node:16
8787
- image: circleci/postgres:13
8888
environment:
8989
POSTGRES_HOST_AUTH_METHOD: trust
@@ -112,7 +112,7 @@ workflows:
112112
version: 2
113113
test:
114114
jobs:
115-
- node10_pg10
115+
- node12_pg10
116116
- node12_pg11
117117
- node14_pg12
118-
- node14_pg13
118+
- node16_pg13

0 commit comments

Comments
 (0)