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 dbe9c07 commit 8a32d12Copy full SHA for 8a32d12
.circleci/config.yml
@@ -23,7 +23,8 @@ jobs:
23
build:
24
executor:
25
name: node/default
26
- tag: <<pipeline.parameters.node_version>>-browsers
+ tag: <<pipeline.parameters.node_version>>
27
+ working_directory: ~/repo
28
steps:
29
- checkout
30
- install_deps
jest-postgres-config.js
@@ -2,7 +2,7 @@ import cwd from 'cwd';
2
3
module.exports = {
4
seedPath: `${cwd()}/test/seed.sql`,
5
- version: 14,
+ version: 12,
6
port: 5555,
7
includeInstallation: false,
8
};
0 commit comments